You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently moving from 2.x to 3.x version. In this process I found that MergeTagger doesn't keep the provided order of the fields it merges. In reality the fields are merged in the order of appearance in metadata (Property object).
Hey!
Thank you for your work on the project.
We are currently moving from 2.x to 3.x version. In this process I found that MergeTagger doesn't keep the provided order of the fields it merges. In reality the fields are merged in the order of appearance in metadata (Property object).
For example
can now resolves either in
${name} - ${name.tds}
or in${name.tds} - ${name}
Is there any plans /possibilities to fix that in the future?
Do you accept external pull requests?
Best regards,
Andrey
The text was updated successfully, but these errors were encountered: