Skip to content

Commit

Permalink
Merge pull request #453 from andig/wui
Browse files Browse the repository at this point in the history
Fix exception dialog call
  • Loading branch information
andig authored Aug 21, 2016
2 parents 3e09a66 + 0ce0618 commit fb68636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/frontend/javascripts/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ vz.entities.loadDetails = function() {
vz.entities.remove(entity);
return $.Deferred().resolveWith(this, [json]);
}
vz.wui.middlewareException(json.exception);
vz.wui.dialogs.middlewareException(json.exception);
return $.Deferred().rejectWith(this, [json]);
}
));
Expand Down

0 comments on commit fb68636

Please sign in to comment.