pgadmin4/web/pgadmin/preferences
Ashesh Vashi b17eb15742 Resolved - Integer type of preferences are not updated
Reason: IntegerControl assumes the model, passed to it, would always has errorModel variable set properly.

In order to resolve it, now using pgBrowser.DataModel instead of Backbone.Model, which initialize the errorModel by default.

Fixes #1868
2016-10-19 16:18:22 +05:30
..
static/css Added missing dependent javascript 'jquery.aciFragment' required by the 2016-04-19 23:48:10 +05:30
templates/preferences Resolved - Integer type of preferences are not updated 2016-10-19 16:18:22 +05:30
__init__.py Prevent the user attempting to run external commands if the bin path is not configured. Fixes #1177 2016-08-08 11:59:37 +01:00