Skip to content

Commit

Permalink
Merge pull request #8455 from vpereira/issue_8286
Browse files Browse the repository at this point in the history
Fixes #8286: Return XML if staging workflow was successfully deleted
  • Loading branch information
vpereira committed Sep 27, 2019
2 parents 6d41f06 + 8d6fe57 commit 9519417
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 9519417

Please sign in to comment.