Sortable Item / Attribute Groups #110
Labels
No labels
Compat
Breaking
Compat
Compatible
Compat
Deprecation
Foundry/Deprecation/v16
Foundry/Shim/v13
Foundry/v13
Foundry/v14
Kind
Bug
Kind
DevOps
Kind
Documentation
Kind
Enhancement
Kind
Epic
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Non-Repro
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Status
Unable to Complete
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Foundry/taf#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the order that the attribute/item groups shows up on the sheet is in a seemingly random order (because it's based on insertion order of the items), this would be nice to be able to have them consistent across all of the sheets regardless of insertion order.
The most primitive version of this is an alphabetical sort on the group names, though a manual sort could be useful to include the issue is figuring out how to store the sort order of the groups, since what groups exist are defined by the items on the actor. This could potentially use an
ArrayField(StringField)on the PlayerData class to store the names of each group in the desired order, and then new groups could be inserted at the end/start