Skip to content

Commit

Permalink
Merge pull request #16220 from eduardoj/fix/issue_16205_ii
Browse files Browse the repository at this point in the history
Fix setting the managers group of a Staging Workflow from the Web UI
  • Loading branch information
danidoni committed May 29, 2024
2 parents e3a0829 + 3de65be commit 2792de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.modal.fade#staging-managers-group-modal{ tabindex: -1, role: 'dialog', aria: { labelledby: 'staging-managers-group-modal-label', hidden: true } }
.modal-dialog.modal-dialog-centered{ role: 'document' }
.modal-content
= form_tag(staging_workflow_path(staging_workflow), method: :put) do
= form_with(url: staging_workflow_path, method: :put) do
.modal-header
%h5.modal-title#staging-managers-group-modal-label Assign other group
.modal-body
Expand Down

0 comments on commit 2792de2

Please sign in to comment.