Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
It was initially broken by OFBIZ-9905 so only trunk was concerned. The fix is simple: there should be no space at the beginning of the file.
But then, when running the test suite, other issues raise. I guess they were hidden because of the initial issue.
OFBIZ-10231 introduced 2 issues
A syntax error:
product.removeRelated("ProductKeyword", product)
instead of
product.removeRelated("ProductKeyword")
A wrong usage of storeByCondition
I'll soon commit the solutions
Attachments
Issue Links
- is broken by
-
OFBIZ-10231 Convert ProductServices.xml mini lang to groovy
- Closed
-
OFBIZ-9905 Use "Create" instead of "Create New" on the various screens of all components
- Closed