mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Display relevant error messages when access is denied creating a schema. Fixes #2094
This commit is contained in:
committed by
Dave Page
parent
2f17ecba76
commit
5fd3a7dd3d
@@ -1089,10 +1089,8 @@ define([
|
||||
error: function(m, jqxhr) {
|
||||
alertify.pgNotifier(
|
||||
"error", jqxhr,
|
||||
S(
|
||||
gettext("Error saving properties: %s")
|
||||
).sprintf(jqxhr.statusText).value()
|
||||
);
|
||||
gettext("Error saving properties")
|
||||
);
|
||||
|
||||
// Release wizard objects
|
||||
self.releaseObjects();
|
||||
|
||||
Reference in New Issue
Block a user