svn commit: r1798029 - /ofbiz/ofbiz-plugins/trunk/passport/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: r1798029 - /ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml

shijh
Author: shijh
Date: Thu Jun  8 07:19:38 2017
New Revision: 1798029

URL: http://svn.apache.org/viewvc?rev=1798029&view=rev
Log:
Fixed: Screen broken on click ThirdPartyLogin, OAuth2GitHub, GitHubUser, OAuth2LinkedIn and LinkedInUser entities.
(OFBIZ-9390)

Thanks Renuka Srishti for the report and patch.

Modified:
    ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml

Modified: ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml?rev=1798029&r1=1798028&r2=1798029&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/passport/entitydef/entitymodel.xml Thu Jun  8 07:19:38 2017
@@ -25,8 +25,7 @@ under the License.
 
     <entity entity-name="ThirdPartyLogin"
             package-name="org.apache.ofbiz.passport"
-            title="Third party logins for a specific product store"
-            default-resource-name="PassportEntityLabels">
+            title="Third party logins for a specific product store">
         <field name="productStoreId" type="id"></field>
         <field name="loginMethTypeId" type="id"></field><!-- i.e. OAuth2 -->
         <field name="loginProviderId" type="id"></field><!-- i.e. GitHub -->
@@ -49,8 +48,7 @@ under the License.
     <!-- GitHub OAuth -->
     <entity entity-name="OAuth2GitHub"
             package-name="org.apache.ofbiz.passport"
-            title="GitHub OAuth Login Config"
-            default-resource-name="PassportEntityLabels">
+            title="GitHub OAuth Login Config">
         <field name="productStoreId" type="id"></field>
         <field name="clientId" type="short-varchar"></field>
         <field name="clientSecret" type="short-varchar"></field>
@@ -68,8 +66,7 @@ under the License.
 
     <entity entity-name="GitHubUser"
             package-name="org.apache.ofbiz.passport"
-            title="Store GitHub access token for user"
-            default-resource-name="PassportEntityLabels">
+            title="Store GitHub access token for user">
         <field name="gitHubUserId" type="id-vlong"></field>
         <field name="productStoreId" type="id-ne"></field>
         <field name="envPrefix" type="short-varchar"></field>
@@ -84,8 +81,7 @@ under the License.
     <!-- LinkedIn OAuth -->
     <entity entity-name="OAuth2LinkedIn"
             package-name="org.apache.ofbiz.passport"
-            title="LinkedIn OAuth Login Config"
-            default-resource-name="PassportEntityLabels">
+            title="LinkedIn OAuth Login Config">
         <field name="productStoreId" type="id"></field>
         <field name="apiKey" type="short-varchar"></field>
         <field name="secretKey" type="short-varchar"></field>
@@ -104,8 +100,7 @@ under the License.
 
     <entity entity-name="LinkedInUser"
             package-name="org.apache.ofbiz.passport"
-            title="Store LinkedIn access token for user"
-            default-resource-name="PassportEntityLabels">
+            title="Store LinkedIn access token for user">
         <field name="linkedInUserId" type="id-vlong"></field>
         <field name="productStoreId" type="id-ne"></field>
         <field name="envPrefix" type="short-varchar"></field>