Skip to content

Commit

Permalink
ui. fix saveProfile to avoid firing nethserver-squidguard-save twice
Browse files Browse the repository at this point in the history
Removed some lines from saveProfile function to avoid firing the event nethserver-squidguard-save twice.
Refer to NethServer/dev#6738
  • Loading branch information
federicoballarini committed Mar 27, 2023
1 parent e42ec0d commit 49b5483
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/src/views/Filters.vue
Expand Up @@ -2178,9 +2178,6 @@ export default {
saveProfile(profile) {
var context = this;
$("#profile-step-" + this.currentProfile.step + "-submit").trigger(
"click"
);
if (
document
.getElementById("profile-step-" + this.currentProfile.step + "-form")
Expand Down

0 comments on commit 49b5483

Please sign in to comment.