Skip to content

Commit

Permalink
Keep style approve status when updating (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Dec 25, 2023
1 parent 55cc6a5 commit 56c15ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qgis-app/styles/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def form_valid(self, form):
symbol_type=xml_parse["type"]
).first()
obj.require_action = False
obj.approved = False
obj.save()
resource_notify(obj, created=False, resource_type=self.resource_name)
msg = _("The Style has been successfully updated.")
Expand Down

0 comments on commit 56c15ef

Please sign in to comment.