Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-15 Thread Mathieu Lirzin
Taher Alkhateeb writes: > So more or less, the heart of your message as I understand it is that > we should decouple the rendering of the user interface from data > fetching and manipulation. This makes perfect sense and is a good > strategy. > > A bit contrary to

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-15 Thread Nicolas Malin
On 15/05/2018 12:43, Taher Alkhateeb wrote: Interesting idea Nicolas. So we will have sort of multiple layers of themes? NewTheme -> BaseThemeWithLibraries -> CommonTheme? Exactly That's actually not a bad idea, and would help with backwards compatibility. The draw back is perhaps "too many

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-15 Thread Taher Alkhateeb
Ahhh, I understand clearly now. Thank you! So more or less, the heart of your message as I understand it is that we should decouple the rendering of the user interface from data fetching and manipulation. This makes perfect sense and is a good strategy. A bit contrary to your experience though,

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-15 Thread Scott Gray
Hi Taher, I'm simply saying that if we were to provide a complete suite web APIs to access the full functionality of ofbiz, then the project's choice of UI technology no longer matters so much in the grand scheme of things. No one would be forced to live by our choice of UI frameworks because

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-15 Thread Taher Alkhateeb
Hi Scott, Again thank you for the input, intriguing. I'm not sure if I fully understand though. Are you saying we can introduce web services that can sort of do away with the widget system to code directly in html and weaving in web service calls? How does that make coding faster? What is

Re: svn commit: r1726542 - in /ofbiz/trunk/applications/order: script/org/ofbiz/order/communication/ script/org/ofbiz/order/order/ servicedef/ src/org/ofbiz/order/order/

2018-05-15 Thread Nicolas Malin
Thanks so lot both to correct my mistake :) Nicolas On 15/05/2018 08:25, Deepak Dixit wrote: Thanks Suraj for reporting, This has been fixed at r#1831608 and backported to 17.12 and 16.11 as well. Thanks & Regards -- Deepak Dixit www.hotwax.co On Tue, May 15, 2018 at 11:43 AM, Suraj

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-15 Thread Nicolas Malin
Hi, I have no objection to introduce bootstrap and Vue.js. I suggest to don't introduce them on common-theme but create a new theme with the orientation wanted. If you thinks that it's difficult to extend the common-theme with bootstrap, fork it completely this could be indicate what we

Re: svn commit: r1726542 - in /ofbiz/trunk/applications/order: script/org/ofbiz/order/communication/ script/org/ofbiz/order/order/ servicedef/ src/org/ofbiz/order/order/

2018-05-15 Thread Deepak Dixit
Thanks Suraj for reporting, This has been fixed at r#1831608 and backported to 17.12 and 16.11 as well. Thanks & Regards -- Deepak Dixit www.hotwax.co On Tue, May 15, 2018 at 11:43 AM, Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Hi Nicolas, > > Permission action is not handled

Re: svn commit: r1726542 - in /ofbiz/trunk/applications/order: script/org/ofbiz/order/communication/ script/org/ofbiz/order/order/ servicedef/ src/org/ofbiz/order/order/

2018-05-15 Thread Suraj Khurana
Hi Nicolas, Permission action is not handled properly in this commit while converting services to entity-auto. It should be _CREATE, _DELETE instead of CREATE, DELETE. I have created a JIRA for the same here and uploaded a patch for review.