[galaxyproject/galaxy] 2299e0: Add StoredWorkflow.show_in_tool_panel function
Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 2299e06a6937328f36485a8baa136c1138461144 https://github.com/galaxyproject/galaxy/commit/2299e06a6937328f36485a8baa136... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-11-15 (Thu, 15 Nov 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Add StoredWorkflow.show_in_tool_panel function This is more DRY and fixes https://github.com/galaxyproject/galaxy/issues/6889#issuecomment-438991091. The bug itself was due to comparing the id of a StoredWorkflowUserShareAssociation instead of StoredWorkflow when checking if a stored workflow should be in the tool panel. Commit: b5ce8d0dcf5affd462e33902126d4dd5c5921be6 https://github.com/galaxyproject/galaxy/commit/b5ce8d0dcf5affd462e33902126d4... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2018-11-15 (Thu, 15 Nov 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Merge pull request #7014 from mvdbeek/fix_inability_to_remove_workflow_from_panel [18.01] Fix display_in_tool_panel status for shared workflows Compare: https://github.com/galaxyproject/galaxy/compare/baa992d21703...b5ce8d0dcf5a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
GitHub