Fixed auto role add
This commit is contained in:
@@ -199,7 +199,7 @@ export class AutoRolesComponent extends ComponentWithTable implements OnInit, On
|
||||
return;
|
||||
}
|
||||
|
||||
if (!newAutoRole.id || !newAutoRole.channelId && !newAutoRole.messageId) {
|
||||
if (!newAutoRole.id && !this.isEditingNew || !newAutoRole.channelId && !newAutoRole.messageId) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -2,6 +2,6 @@
|
||||
"WebVersion": {
|
||||
"Major": "1",
|
||||
"Minor": "1",
|
||||
"Micro": "7"
|
||||
"Micro": "8"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user