Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
16.11.01
-
None
Description
Code written in minilang is not consistent through out the application and some times its hard to read. For eg:
<set from-field="productFacility.minimumStock" field="minimumStock"/>
should be written as :
<set field="minimumStock" from-field="productFacility.minimumStock" />
There are many such examples where code for all such tags in minilang can be improved, which will improve code readability and we will have consistency through out the application. This is a parent/place holder ticket, I will create logical sub-tickets for managing the effort.