svn commit: r1752941 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1752941 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

pranayp
Author: pranayp
Date: Sat Jul 16 12:33:12 2016
New Revision: 1752941

URL: http://svn.apache.org/viewvc?rev=1752941&view=rev
Log:
[OFBIZ-7840] Fixed Parent Comm Event Id rendering on the Edit Communication Event form. Modified the position of the Parent Comm Event Id field so that it does not look distorted.
Thanks Aditya Patwa for the contribution.

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=1752941&r1=1752940&r2=1752941&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Sat Jul 16 12:33:12 2016
@@ -25,7 +25,7 @@ under the License.
         <field name="action"><hidden value="${parameters.action}"/></field>
         <field name="communicationEventId" use-when="communicationEvent!=null"><display/></field>
         <field name="my"><hidden value="${my}"/></field>
-        <field name="parentCommEventId" position="2">
+        <field name="parentCommEventId">
             <lookup target-form-name="LookupCommEvent">
                 <sub-hyperlink link-style="buttontext" target="EditCommunicationEvent" description="${uiLabelMap.PartyGoToParent}" use-when="communicationEvent!=null&amp;&amp;communicationEvent.get(&quot;parentCommEventId&quot;)!=null">
                 <parameter param-name="communicationEventId" from-field="parentCommEventId"/>