View Issue Details

IDProjectCategoryView StatusLast Update
0000756CATS.cacert.orgAdmin Interfacepublic2011-07-27 21:20
ReporterJ Steijlen Assigned ToTed  
PriorityhighSeveritymajorReproducibilityN/A
Status closedResolutionfixed 
Fixed in Versionproduction 
Summary0000756: While editing answers to questions of type multiple choice. It's not possible to add answers.
DescriptionWhile editing answers to questions of type multiple choice. It was not possible to add answers.
There were 2 save buttons (Button_11), one of which I would've expected to be a button to add an answer (Button_14).

Tried and tested on my system at least

Attached patch changes one of the Button_11's to a Button_14 (both text and action)
TagsNo tags attached.
Attached Files
addAnswer_button_on_multiple_choice.patch (929 bytes)   
While editing answers to questions of type multiple choice. It was not possible to add answers.
There were 2 save buttons (Button_11), one of which I would've expected to be a button to add an answer (Button_14). 
Tried and tested on my system at least.

Index: CATS/classes/Answer.class.php
===================================================================
--- CATS/classes/Answer.class.php	(revision 1641)
+++ CATS/classes/Answer.class.php	(working copy)
@@ -273,7 +273,7 @@
     }    
     echo "<tr>";
     echo"<td class='leftColumn'></td>";
-    echo"<td class='Button_row'><input name='submit' class='Button_rightColumn' type='submit' value='".Button_11."'/> "; 
+    echo"<td class='Button_row'><input name='addAnsw' class='Button_rightColumn' type='submit' value='".Button_14."'/> "; 
     echo"<input type='submit' class='Button' name='minAnsw' value='".Button_15."'/></td>";  
     echo"</tr>";    
     echo "<tr>";

Activities

Ted

2009-07-28 19:50

administrator   ~0001464

Thanks for this one, which indeed was one of my priority items I did not find the time to look after!

Issue History

Date Modified Username Field Change
2009-07-24 18:37 J Steijlen New Issue
2009-07-24 18:37 J Steijlen File Added: addAnswer_button_on_multiple_choice.patch
2009-07-28 19:50 Ted Note Added: 0001464
2009-07-28 19:50 Ted Assigned To => Ted
2009-07-28 19:50 Ted Priority normal => high
2009-07-28 19:50 Ted Severity tweak => major
2009-07-28 19:50 Ted Status new => needs work
2009-07-28 21:14 Ted Status needs work => solved?
2009-07-28 21:14 Ted Resolution open => fixed
2011-07-27 21:20 Ted Status solved? => closed
2011-07-27 21:20 Ted Fixed in Version => production