fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12054] controller: add missing parametres on save ca


From: Sigurd Nes
Subject: [Fmsystem-commits] [12054] controller: add missing parametres on save case
Date: Thu, 14 Aug 2014 10:54:54 +0000

Revision: 12054
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12054
Author:   sigurdne
Date:     2014-08-14 10:54:52 +0000 (Thu, 14 Aug 2014)
Log Message:
-----------
controller: add missing parametres on save case

Modified Paths:
--------------
    trunk/controller/templates/base/case/add_case.xsl

Modified: trunk/controller/templates/base/case/add_case.xsl
===================================================================
--- trunk/controller/templates/base/case/add_case.xsl   2014-08-07 08:49:52 UTC 
(rev 12053)
+++ trunk/controller/templates/base/case/add_case.xsl   2014-08-14 10:54:52 UTC 
(rev 12054)
@@ -50,13 +50,17 @@
                                                                                
        </xsl:if>
                                                                </input>
                                                                <input 
type="hidden" name="control_group_id"  value="{$control_group_id}" />
-                                                               <input 
type="hidden" name="component_location_id"  value="" />
-                                                               <input 
type="hidden" name="component_id"  value="" />
+                                                                               
<input type="hidden" name="component_location_id">
+                                                                               
        <xsl:attribute name="value"><xsl:value-of 
select="//check_list/location_id"/></xsl:attribute>
+                                                                               
</input>
+                                                                               
<input type="hidden" name="component_id">
+                                                                               
        <xsl:attribute name="value"><xsl:value-of 
select="//check_list/component_id"/></xsl:attribute>
+                                                                               
</input>
                                                                                
<xsl:variable name="control_item_id"><xsl:value-of select="id"/></xsl:variable>
                                                                                
<input type="hidden" name="control_item_id" value="{$control_item_id}" /> 
                                                                                
<input type="hidden" name="check_list_id">
-                                                                               
        <xsl:attribute name="value"><xsl:value-of 
select="//check_list/id"/></xsl:attribute
-                                                                               
></input>
+                                                                               
        <xsl:attribute name="value"><xsl:value-of 
select="//check_list/id"/></xsl:attribute>
+                                                                               
</input>
 
                                                                                
<xsl:choose>
                                                                                
        <xsl:when test="what_to_do !=''">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]