forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
api/tool_panel
to api/tool_panels/...
As discussed in https://matrix.to/#/!NhNWKNcgINoFZdbUbY:gitter.im/$uw-EVkllUcG91TXjmX5OaicOLHy6zhs5wDHMoPO2cnY?via=gitter.im&via=matrix.org, The new (alternate) tool panel api structure being used in the client now would make more sense if: - Our source of tools for the toolStore is: `api/tools?in_panel=False` - Each panel view (also stored in the toolStore) comes from: `api/tool_panels/{view}` - Dict of available tool panel views comes from: `api/tool_panels` This means, we get rid of the `in_panel` and `view` (and other) params for the `api/tool_panels` api (they still exist for the older `api/tools` api.
- Loading branch information
1 parent
4fcf3b5
commit 48ad326
Showing
16 changed files
with
278 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.