svn commit: r1633103 - in /ofbiz/branches/release11.04: ./ applications/content/entitydef/entitymodel.xml

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

svn commit: r1633103 - in /ofbiz/branches/release11.04: ./ applications/content/entitydef/entitymodel.xml

jleroux@apache.org
Author: jleroux
Date: Mon Oct 20 11:09:40 2014
New Revision: 1633103

URL: http://svn.apache.org/r1633103
Log:
"Applied fix from trunk for revision: 1633100  "
------------------------------------------------------------------------
r1633100 | jleroux | 2014-10-20 13:06:59 +0200 (lun. 20 oct. 2014) | 3 lignes

A patch from Deepak Dixit for "The updation and deletion of content meta data tab is not working.Needs a change of entity ContentMetaData." https://issues.apache.org/jira/browse/OFBIZ-4927

MetaDataValue is changed from primary key to non primary key as the value can be updated.
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/content/entitydef/entitymodel.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1633100

Modified: ofbiz/branches/release11.04/applications/content/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/content/entitydef/entitymodel.xml?rev=1633103&r1=1633102&r2=1633103&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/content/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release11.04/applications/content/entitydef/entitymodel.xml Mon Oct 20 11:09:40 2014
@@ -514,7 +514,6 @@ under the License.
       <field name="dataSourceId" type="id"></field>
       <prim-key field="contentId"/>
       <prim-key field="metaDataPredicateId"/>
-      <prim-key field="metaDataValue"/>
       <relation type="one" fk-name="CONTENTMD_CNTNT" rel-entity-name="Content">
         <key-map field-name="contentId"/>
       </relation>
@@ -887,7 +886,6 @@ under the License.
       <field name="dataSourceId" type="id"></field>
       <prim-key field="dataResourceId"/>
       <prim-key field="metaDataPredicateId"/>
-      <prim-key field="metaDataValue"/>
       <relation type="one" fk-name="DATA_MD_DATREC" rel-entity-name="DataResource">
         <key-map field-name="dataResourceId"/>
       </relation>