Skip to content

Statically defined tool box views lost ordering #23363

Description

@bernt-matthias

Describe the bug

On my instance I use static defined tool box views. The following

name: All tools
id: all_tools
type: activity
items:
- type: section
  id: getext
  name: Get Data
- type: section
  id: send
  name: Send Data
- type: section
  id: data_export
  name: Data Export
- type: section
  id: data_source
  name: Data Source
- type: section
  id: collection_operations
  name: Collection Operations
- type: section
  id: expression_tools
  name: Expression Tools
- type: section
  id: interactivetools
  name: Interactive tools
- type: label
  text: Text and tables
- type: section
  id: textutil
  name: Text Manipulation
- type: section
  id: filter
  name: Filter and Sort
- type: section
  id: group
  name: Join, Subtract and Group
- type: section
  id: stats
  name: Statistics
- type: section
  id: merged_visualization
  name: Visualization
  items:
  - items_from: visualization
  - items_from: plots

gets now rendered as:

Collection Operations
Data Export
Data Source
Filter and Sort
Get Data
Join, Subtract and Group
Interactive tools
Visualization
Send Data
Statistics
Text and tables
Text Manipulation

that is, the order is lost (but also not alphabetical).

I completely gave up on the default tool panel - never found a feasible way to manage this, i.e. to order sections and labels. This seemed to be possible nicely with tool panel views which worked until 26.0

Galaxy Version and/or server at which you observed the bug
Galaxy Version: 26.1
Commit: dd33e5c

Metadata

Metadata

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions