mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-26 21:27:39 -05:00
Introduction of the privilege support for database object (Patch:
Murtuza Zabuawala), and Unique column control for backform (Harshal Dhumal). Also, includes some fixes for the model, & collection handling.
This commit is contained in:
@@ -1231,7 +1231,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, Backform) {
|
||||
|
||||
delete self.origSessAttrs[o];
|
||||
|
||||
if ('startNewSession' in obj && _.isFunction(obj.startNewSession)) {
|
||||
if (obj && 'startNewSession' in obj && _.isFunction(obj.startNewSession)) {
|
||||
obj.startNewSession();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user