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:
Ashesh Vashi
2015-12-17 18:30:42 +05:30
parent ca0b1f20df
commit 0273c29283
3 changed files with 554 additions and 27 deletions
@@ -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();
}
});