Action Notifier "showTranslations" error duplicate ID "r"
Hello,
I have installed your package and when i want to add notifier on a specific node, i have this error
I suppose that :
I show in the list of available actions to notify the "[showTranslations]" action and the problem is the duplicate ID for controls.
One has "bodyr" ID (showTranslations action) and the second has "bodyR" ID (Permissions action).
In the code, i can show this class "ShowTranslations" and i retrieve the letter "r" mentionned in the duplicated ID error.
I propose to change the letter to another available character
or
if the desire isn't to notify when a contributor click on the action "ShowTranslations", change the return of the method "ShowInNotifier" from true to false.
Thanks for reporting your issue. The action you are having problems with is no longer required so I will remove it from the package as soon as possible. The new package version will also include support for accessing translation data via the actionbar property.
Action Notifier "showTranslations" error duplicate ID "r"
Hello,
I have installed your package and when i want to add notifier on a specific node, i have this error
I suppose that :
I show in the list of available actions to notify the "[showTranslations]" action and the problem is the duplicate ID for controls.
One has "bodyr" ID (showTranslations action) and the second has "bodyR" ID (Permissions action).
In the code, i can show this class "ShowTranslations" and i retrieve the letter "r" mentionned in the duplicated ID error.
I propose to change the letter to another available character
or
if the desire isn't to notify when a contributor click on the action "ShowTranslations", change the return of the method "ShowInNotifier" from true to false.
Thanks for your answer
Hello Raphael,
Thanks for reporting your issue. The action you are having problems with is no longer required so I will remove it from the package as soon as possible. The new package version will also include support for accessing translation data via the actionbar property.
I will keep you updated on this thread.
A new package version has just been published. Please let me know if it solved your issue.
Thank you very much for your reactivity !
This version solve my problem !
is working on a reply...