fix(adminui-vue): The "processing" Vuex store module now uses `ASSIGN_DATA`...
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.