mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Fixed: Disable delete button on used quality profiles
This commit is contained in:
@@ -103,6 +103,7 @@ var view = Marionette.Layout.extend({
|
||||
|
||||
_updateDisableStatus : function() {
|
||||
if (this._isQualityInUse()) {
|
||||
this.ui.deleteButton.attr('disabled', 'disabled');
|
||||
this.ui.deleteButton.addClass('disabled');
|
||||
this.ui.deleteButton.attr('title', 'Can\'t delete a profile that is attached to a series.');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user