mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Properly support backups in Directory format. Fixes #3309
This commit is contained in:
committed by
Dave Page
parent
c85ced4c6b
commit
fb1ef9ac0b
@@ -2269,6 +2269,12 @@ define([
|
||||
// Introduce a new class to fix the error icon placement on the control
|
||||
this.$el.addClass('pgadmin-file-has-error');
|
||||
},
|
||||
disable_button: function() {
|
||||
this.$el.find('button.select_item').attr('disabled', 'disabled');
|
||||
},
|
||||
enable_button: function() {
|
||||
this.$el.find('button.select_item').removeAttr('disabled');
|
||||
},
|
||||
});
|
||||
|
||||
Backform.DatetimepickerControl =
|
||||
|
||||
Reference in New Issue
Block a user