Total-RP / Total-RP-3-Extended

Extended module for the Total RP 3 add-on for World of Warcraft, adding creation tools.
http://extended.totalrp.com
11 stars 12 forks source link

Update workflow links on rename/deletion #239

Closed Solanya closed 5 months ago

Solanya commented 5 months ago

For #237.

Renaming or deleting a workflow does not clean previous links to that workflow. Dropdowns would show "No link" since they couldn't find the right value to select, but the script would still try to call the workflows with the previous name.

Renaming or deleting a workflow now automatically updates links to that workflow in:

Notably, it doesn't update in:

Some UI elements required an additional update when shown to properly reflect the updated link.

As an added bonus, two functions existed to replace a creation ID, they now use a single function, with potentially improved performance.