mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Validate that we can parse the chosen scheme before saving
This commit is contained in:
parent
48ece3d367
commit
9d5c1aa0a4
8 changed files with 189 additions and 22 deletions
|
@ -23,7 +23,6 @@ define(
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
var validatedSync = function (method, model,options) {
|
||||
this.$el.removeAllErrors();
|
||||
arguments[2].isValidatedCall = true;
|
||||
|
@ -52,7 +51,6 @@ define(
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
this.prototype.onBeforeClose = function () {
|
||||
|
||||
if (this.model) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue