[Tiki-devel] Plugin tracker List: (Another) change of behaviour on Tiki22
Bsfez Tiki via TikiWiki-devel <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
For whom could be in trouble with this.
A change happen in Tiki22 this month (previous update was 1 month ago +/- last updated from git next week),
It was possible to use a remarksbox inside the output (success message) in the tracker list:
{TRACKER(trackerId="6" fields="88:464:80:82" showfieldsdesc="y" showmandatory="y")}{REMARKSBOX(type="success" title="Saved" close="y")}{TR()}Thanks, your entry was recorded successfully{TR}.%%%((clock work|{TR()}Enter another one{TR})){REMARKSBOX}{TRACKER}
It is not working anymore and nothing will be displayed.
I had to change it to :
{TRACKER(trackerId="6" fields="88:464:80:82" showfieldsdesc="y" showmandatory="y")}{TR()}Thanks, your entry was recorded successfully{TR}.%%%((clock work|{TR()}Enter another one{TR})){TRACKER}
Hope this helps someone
Bernard