svn commit: r1849740 - /ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_content.xml

2018-12-25 Thread surajk
Author: surajk Date: Wed Dec 26 07:55:09 2018 New Revision: 1849740 URL: http://svn.apache.org/viewvc?rev=1849740&view=rev Log: Fixed: Forum Group update not working, throwing an error. (OFBIZ-10744) It was due to missing default entity name in service definition while using entity-auto. Thanks A

svn commit: r1849738 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilHttp.java

2018-12-25 Thread adityasharma
Author: adityasharma Date: Wed Dec 26 04:56:33 2018 New Revision: 1849738 URL: http://svn.apache.org/viewvc?rev=1849738&view=rev Log: Improved: Refactor boolean returns for UtilHttp methods (OFBIZ-10726) Improves code in isJavaScriptEnabled() Instead of using if-else block, a ternary operator is u