Author: chris.laprun(a)jboss.com
Date: 2007-06-20 19:18:15 -0400 (Wed, 20 Jun 2007)
New Revision: 7493
Modified:
trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsf/consumers/editConsumer.xhtml
Log:
- JBPORTAL-1495: Save was checking if the configuration was modified. Disabled the check
for now.
Modified:
trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsf/consumers/editConsumer.xhtml
===================================================================
---
trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsf/consumers/editConsumer.xhtml 2007-06-20
22:59:34 UTC (rev 7492)
+++
trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsf/consumers/editConsumer.xhtml 2007-06-20
23:18:15 UTC (rev 7493)
@@ -160,11 +160,11 @@
</c:if>
<tr>
<td colspan="2" style="padding: 1em 1em 1em 0;">
- <h:commandButton action="#{consumer.update}" value="Save"
disabled="#{!consumer.modified}"
- styleClass="portlet-form-button">
+ <h:commandButton action="#{consumer.update}" value="Save"
title="" styleClass="portlet-form-button">
<f:param name="id" value="#{consumer.id}"/>
</h:commandButton>
- <h:commandLink action="#{consumer.refreshConsumer}"
value="Refresh" title="Refresh information from Producer"
+ <h:commandLink action="#{consumer.refreshConsumer}" value="Save
& Refresh"
+ title="Save changes and refresh information from
Producer"
styleClass="portlet-form-button">
<f:param name="id" value="#{consumer.id}"/>
</h:commandLink>
Show replies by date