galaxy
galaxy copied to clipboard
Toggling `published` flag via API should also make workflow importable
That's not currently the case for PUT api/workflows/{workflow_id}. MIght want to refactor that to use the manager layer, which implements this correctly.
Running this locally, and it seems to be working:
| Before |
|---|
| Toggling the published flag |
|---|
PUT
api/workflows/{workflow_id}
not /publish, which does indeed use the manager lay I mentioned.