Skip to content
Snippets Groups Projects
Commit 2589144a authored by dcz's avatar dcz
Browse files

Refresh entries list on frame status ready action

parent 1bb961c2
No related merge requests found
......@@ -608,6 +608,7 @@ Object.assign(LexicalUnitEdit, {
success: function (response) {
alert(gettext("Status ramy zunifikowanej został zmieniony."));
show_info('Status ramy został zmieniony');
this.$emit('refreshEntriesList');
this.loadFrame();
}.bind(this),
error: function (request, errorType, errorMessage) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment