Skip to content

Commit

Permalink
Fixes #8286: Return XML if staging workflow was successfully deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Sep 27, 2019
1 parent 26bf748 commit 8d6fe57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/controllers/staging/workflows_controller.rb
Expand Up @@ -25,6 +25,7 @@ def destroy
authorize @staging_workflow

@staging_workflow.destroy!
render_ok
end

def update
Expand Down

0 comments on commit 8d6fe57

Please sign in to comment.