Re: How to return to a previous plugin version?

2020-11-01 Thread Aditya Sharma
Hi Georg, What I suspect with a cursory reading is as you made a replica the values of mount point etc may be the same https://github.com/apache/ofbiz-plugins/blob/trunk/ecommerce/ofbiz-component.xml#L55 As you are new to OFBiz, I would recommend using the Gradle task to create a new plugin inste

Re: How Default 'Find' works

2020-11-01 Thread Aditya Sharma
Hi Edmad, In row-actions, we define actions related to each row which helps us to get related data for each record https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/widget/partymgr/PartyForms.xml#L136 Here you can see the mainRole is populated by calling getPartyMainRole ser

Re: Override SECA Definition

2020-11-01 Thread Deepak Dixit
Hi Sakthi, You need to override each and every seca rule that you want to disable. The System performs an equal check on seca rule object, that includes the condition and actions So if you have 4 seca rule for an service with the same event name, but condition is different, you need to override al

Re: Override SECA Definition

2020-11-01 Thread Sakthivel Vellingiri
Deepak / Framework Gurus - Sorry to dig this from the grave, we are upgrading to 17.12 and wanted to leverage the *enabled="false" *attribute for disabling some OOTB eca rules, and have run into a question, there are 4 OOTB eca rules in scrum that i would like to disable, because they are configure

How to return to a previous plugin version?

2020-11-01 Thread Georg Potthast
For testing I create a plugin, e.g. mytest: “gradlew createPlugin -PpluginId=mytest”. To be able to fall back to a working version, I frequently copy this plugin directory to e.g. mytest-1, mytest-2 etc. When I decide to use the mytest-1 directory again, I rename the directory I am currently wo

Re: How Default 'Find' works

2020-11-01 Thread Emad Radwan
Hello everyone, Would you please have a look at my last reply and help if you can? Regards, Emad On 2020/10/30 10:34:21, Emad Radwan wrote: > Hello Aditya, > > Reference to the above that was helpful, in the Parties grid I'm finding > difficulty understanding how the 'main role' column was f

Security Issue, Can't Access a Web App

2020-11-01 Thread Emad Radwan
Hi There, While following the this tutorial - https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-tutorial-how-to-setup-permission-for-a-new-user-to-access-an-application/ - to understand how the security model works, although I assigned the mentioned security group for 'ASSETMAINTADMIN'