Explicitly commit the changes

This commit is contained in:
mike cullerton 2021-08-30 15:29:49 -04:00
parent cfd8f3fe74
commit b76f45368b
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ def delete_workflow_spec_category(cat_id):
category_model.display_order = new_order
session.add(category_model)
new_order += 1
session.commit()
def reorder_workflow_spec_category(cat_id, direction):