Question
Hello,
I am using
EditTablePlugin and
CommentPlugin in a slightly modified manner of what is found on the
EditActionItems page.
This works fine for the most part, except when the table is edited. When the table opens for editing, the values in the last column, a "select" column called status, tend to reset to the first option in the select list. In other words, if I select a property for that cell and save the table, and then re-edit the table, the property I chose is no longer showing as the value for that cell.
I can't figure out what is triggers the resetting of the fields, especially since it does not happen 100% of the time. I have another table that fails in a similar way (but not at the same time). I tried updating
EditTablePlugin and
CommentPlugin, but the problem persists.
%EDITTABLE{ format="| label, 1, | textarea, 2x30 | textarea, 2x30 | textarea, 2X30| date, 12 | textarea, 2x10 | select, 1, open, closed by %MAINWEB%.TWikiGuest on 2008/06/17, edits in progress by %MAINWEB%.TWikiGuest as of 2008/06/17 |" changerows="add" }%
| ** | *Filename(s)* | *Issue(s)* | *Added By* | *Added Date* | *Priority* | *Status* |
%TMPL:DEF{PROMPT:LabelingIssues_table}%
%TABLE{ valign="top" }%
| <b>Add new Labeling Issue</b> ||||
| Filename(s): | <input %DISABLED% type="text" size="80" name="textgrid" value="" /> <br> Note: Separate multiple filenames with a space. |||
| Issue(s): | <input %DISABLED% type="text" size="80" name="issue" value="" /> |||
| Added by: | <input %DISABLED% type="text" size="25" name="addedby" value="%MAINWEB%.TWikiGuest" /> | Added date: <input %DISABLED% type="text" size="12" name="addeddate" value="2008/06/17" /> | Status: | <select %DISABLED% name="status"> \
<option>open</option> \
<option>closed</option> \
</select> |
| Priority: | <input type="radio" value="High" name="priority" /> High <input type="radio" value="Normal" name="priority" checked="checked"/> Normal <input type="radio" value="Low" name="priority" /> Low | <input %DISABLED% type="submit" value="%button|Add%" /> |
%TMPL:END%
%TMPL:DEF{OUTPUT:LabelingIssues_table}%%POS:BEFORE%|<!--ACTIONITEM-->| | | | | | |
%TMPL:END%
Environment
Thank you for your time!
Nina
--
TWikiGuest - 17 Jun 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Closing this question because now I am doing issue tracking with the
ActionTrackerPlugin. -Nina
--
TWikiGuest - 23 Jun 2008