Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 19 forks source link

[BUG] Add new nestId syntax to the 1.4 dev notes #128

Closed Aliharu closed 1 year ago

Aliharu commented 1 year ago

Right now the 1.4 dev notes do not mention that the nestId syntax was changed from parent_id_child_id to parent-id_child-id. This has already caused blocks on me doing Exalted Third and Essence20 based off this issue #127 . I was only able to figure out what was going on through the Essence20 issue.

Larkinabout commented 1 year ago

It hasn't changed in 1.4 specifically, the nestId has always been a chain of the nested group ids delimited by an underscore. I'll add clarification in the 'Developing a System Module'.

Aliharu commented 1 year ago

Yes but in 1.3 parent_id_child_id worked as a nestId when in 1.4 it doesn't so its technically a breaking change. Having it in the dev notes is fine though.