Actor Prototype Token Name Improvements #117
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#117
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, when an actor is duplicated, the prototype token name stays the same it was on the original actor, instead of just changing the prototype token name to be the duplicated name, we instead prompted the user for a new name (similar to what the
createDialogdoes), and then assigned the name from the dialog into both the actor name and the prototype token's name.In addition, when changing an Actor's name, it doesn't update the prototype token at all, it would be nice where if the prototype token and the actor name are exactly identical, then the prototype token name will be updated alongside the actor name, keeping them in sync.
The name-sync step requires the duplicate adjustment in order to fully function because otherwise the name editing will immediately fail due to the prototype token name deviating from the actor name.