When I create a wiki page to edit trackers using PluginTracker associated with a template and the fields option contains at least one field number, any other fields I put in the template is empty and can not be filled. On item creation, it works.
This is a big issue when the fields are meant to be displayed and not filled (itemlist fields, etc)
This seems to be a general issue: I also can't show the values which I should be able to put in the template according to this page: https://doc.tiki.org/Pretty-Tracker#Syntax_tips
{$f_created}: created date {$f_status_input}: status input field {$f_status}: status (output) {$f_itemId}: the item id {$f_lastmodif}: last modified date (this will display unix date, for human readable date look below) {$itemoff}: the iteration number of each item {$tr_offset}: the offset of the item, i.e. this is the nth item of the total number of x items
Same issue with sending emails
{TRACKER(trackerId="5" fields="72" action="Submit" overwrite="y" itemId="{ {itemId} }" showdesc="n" url="/Concours" tpl="projet-soumission-Initiative_stratégique.tpl" email="noreply@xxx.ca|createdBy|projet-soumis-membre.tpl" emailformat="text" )}{TRACKER}
Will not recognize and include {$f_49} or {$mail_item_desc} (this should show the title field, which happens to be 49 also) in templates/mail/projet-soumis-membre.tpl
But :
{TRACKER(trackerId="5" fields="72:49" action="Submit" overwrite="y" itemId="{ {itemId} }" showdesc="n" url="/Concours" tpl="projet-soumission-Initiative_stratégique.tpl" email="noreply@xxx.ca|createdBy|projet-soumis-membre.tpl" emailformat="text" )}{TRACKER}
Will replace {$f_49} with its value but still not {$mail_item_desc}
This is an issue because the fields to display in the mail are not always the same as are present in the tracker edition form. For instance, I want people to only update the field 72 (a checkbox) and get a confirmation email but all the rest was already filled on other forms.
Tiki18svn Version 64923
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tikiwiki.org instance. To start, simply select a version and click on "Create show2.tikiwiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tikiwiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |