| 37405 |
22 d 12 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Drive the onboarding/HR state dropdowns from inventory.statemaster
fofo-form.vm, fofo-edit.vm and hr_employee_form.vm each hardcoded their own state
list instead of using $stateNames. Six of those 37 values do not exist in the
master (& vs and variants, Uttaranchal, the pre-merger UTs), so anything picked
from them could not be resolved back.
Only the name="state" select changed in hr_employee_form.vm; its other dropdowns
are untouched. |
|
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/FofoController.java /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/HrmsController.java /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/RegisterController.java /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/fofo-edit.vm /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/fofo-form.vm /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/hr_employee_form.vm
|