Author: mridulpathak
Date: Sat Jul 16 07:06:50 2016
New Revision: 1752904
URL:
http://svn.apache.org/viewvc?rev=1752904&view=revLog:
[OFBIZ-7561] Attr Name should not be allowed to edit while updating Party Attribute record. Migrating fix from trunk r1752901.
Modified:
ofbiz/branches/release13.07/applications/party/config/PartyUiLabels.xml
ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml
Modified: ofbiz/branches/release13.07/applications/party/config/PartyUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/config/PartyUiLabels.xml?rev=1752904&r1=1752903&r2=1752904&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/party/config/PartyUiLabels.xml (original)
+++ ofbiz/branches/release13.07/applications/party/config/PartyUiLabels.xml Sat Jul 16 07:06:50 2016
@@ -9081,6 +9081,9 @@
<value xml:lang="zh">没æ为è¿ä¸ªä¼åæ¾å°è®¿é®ã</value>
<value xml:lang="zh_TW">æ²æçºéåæå¡æ¾å°è¨ªåã</value>
</property>
+ <property key="PartyNotModifRecreateAttribute">
+ <value xml:lang="en">This cannot be changed without re-creating the Attribute.</value>
+ </property>
<property key="PartyNotModifRecreatSecurityGroup">
<value xml:lang="de">Kann nicht geändert werden ohne die Sicherheitsgruppe neu zu erstellen.</value>
<value xml:lang="en">This cannot be changed without re-creating the securityGroup.</value>
Modified: ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml?rev=1752904&r1=1752903&r2=1752904&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyForms.xml Sat Jul 16 07:06:50 2016
@@ -552,6 +552,7 @@ under the License.
<alt-target use-when="attribute==null" target="createPartyAttribute"/>
<auto-fields-service service-name="updatePartyAttribute" map-name="attribute"/>
<field name="partyId"><hidden value="${partyId}"/></field>
+ <field use-when="attribute!=null" name="attrName" tooltip="${uiLabelMap.PartyNotModifRecreateAttribute}"><display/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
<field name="cancelLink" title=" " widget-style="smallSubmit">
<hyperlink target="${cancelPage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}">