Skip to content

fix(adminui-vue): The "processing" Vuex store module now uses `ASSIGN_DATA`...

Andrii Bezuglyi requested to merge fix/adminui_vue_ASSING_DATA into master

fix(adminui-vue): The "processing" Vuex store module now uses ASSIGN_DATA instead of LOAD_DATA mutation on adding new record. This fixed problem with case, when server return all the default values from addnew method and form is not dirty, so it may not be saved.

Merge request reports

Loading