[Cluster-devel] conga/luci/cluster resource-form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Jul 30 21:14:39 UTC 2008


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2008-07-30 21:14:38

Modified files:
	luci/cluster   : resource-form-macros 

Log message:
	Fix a bug that caused oracle resource attributes to be left out of form input fields

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.14&r2=1.21.2.15

--- conga/luci/cluster/resource-form-macros	2008/05/12 17:37:38	1.21.2.14
+++ conga/luci/cluster/resource-form-macros	2008/07/30 21:14:38	1.21.2.15
@@ -1397,7 +1397,7 @@
 				<input type="text" size="20" name="user"
 					tal:attributes="
 						disabled python: editDisabled;
-						value res/user | nothing" />
+						value res/attrs/user | nothing" />
 			</td>
 		</tr>
 		<tr class="systemsTable">
@@ -1406,7 +1406,7 @@
 				<input type="text" size="20" name="home"
 					tal:attributes="
 						disabled python: editDisabled;
-						value res/home | nothing" />
+						value res/attrs/home | nothing" />
 			</td>
 		</tr>
 		<tr class="systemsTable">
@@ -1415,7 +1415,7 @@
 				<input type="text" size="20" name="vhost"
 					tal:attributes="
 						disabled python: editDisabled;
-						value res/vhost | nothing" />
+						value res/attrs/vhost | nothing" />
 			</td>
 		</tr>
 	</table>




More information about the Cluster-devel mailing list