mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 17:25:00 +00:00
Notification name will default to implemenation name
This commit is contained in:
@@ -23,7 +23,11 @@ define([
|
||||
return;
|
||||
}
|
||||
|
||||
this.model.set('id', undefined);
|
||||
this.model.set({
|
||||
id: undefined,
|
||||
name: this.model.get('implementationName')
|
||||
});
|
||||
|
||||
var editView = new EditView({ model: this.model, notificationCollection: this.notificationCollection });
|
||||
App.modalRegion.show(editView);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user