Scarab commit: svn commit: r11328 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm

[email protected] Tue, 23 Apr 2013 13:44:54 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2013-04-23 13:44:54-0700
New Revision: 11328

Modified:
   branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm

Log:
fix:added intake value to submit readonly field during issue save

Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm?view=diff&pathrev=11328&r1=11327&r2=11328
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm	(original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm	2013-04-23 13:44:54-0700
@@ -183,6 +183,7 @@
             ## Convert the raw text to formatted HTML before
             ## displaying it.
             $!scarabG.textToHTML($attrInput.Value.toString(), $link, $scarabR.CurrentModule)
+            <input type="hidden" name="$attrInput.Value.Key" value="$attrInput.Value" />
           #elseif ($att.isIntegerAttribute())
             #attrValueErrorMsg($attVal "NumericValue")
             #attrValueText($attVal $attrInput.NumericValue $fieldSize $fieldHint)

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=3054093