This question about Using an extension: Task closed

2 or more ActionTracker Non-standard Attributes

How to customize ActionTrackerPlugin with Non-standard Attributes?

Is it possible to make an Action with 2 or more "select" type fields?

Action always gets the last select type field. (responsable at the example)

Here is my test:

* Set ACTIONTRACKERPLUGIN_EXTRAS = |customer,select,"customer1","customer2","customer3"|
* Set ACTIONTRACKERPLUGIN_EXTRAS = |supplier,select,"supplier1","supplier2","supplier3"|
* Set ACTIONTRACKERPLUGIN_EXTRAS = |nextaction,select,1,"yes","no"|
* Set ACTIONTRACKERPLUGIN_EXTRAS = |responsable,select,"responsable1","responsable2","responsable3"|

* Set ACTIONTRACKERPLUGIN_TABLEFORMAT = | Who | Due date | Description| State | Notify | Edit | nextaction | responsable | supplier | customer |
* Set ACTIONTRACKERPLUGIN_TABLEFORMAT = | $who | $due | $text $link | $state | $notify | $edit | $nextaction | $responsable| $musteri | $tedarikci |

Task Self Solved. All extras must be at one line like:

* Set ACTIONTRACKERPLUGIN_EXTRAS = |customer,select,"customer1","customer2","customer3" |supplier,select,"supplier1","supplier2","supplier3"| nextaction,select,"yes","no"|responsable,select,"responsable1","responsable2","responsable3"|

QuestionForm edit

Subject Using an extension
Extension ActionTrackerPlugin
Version Foswiki 1.1.3
Status Task closed
Topic revision: r2 - 08 Jun 2011, TolgaYaman
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy