Change actionChanged to notificationActionChanged
Change actionChanged to notificationActionChanged to avoid any clashes with ItemDelegate action property signals
(cherry picked from commit 5340142c06)
This commit is contained in:
committed by
Tobias Fella
parent
6ec9cc2475
commit
40c3519737
@@ -84,7 +84,7 @@ FormCard.FormCardPage {
|
||||
onDeleteRule: {
|
||||
root.pushRuleModel.removeKeyword(id);
|
||||
}
|
||||
onActionChanged: action => root.pushRuleModel.setPushRuleAction(id, action)
|
||||
onNotificatonActionChanged: action => root.pushRuleModel.setPushRuleAction(id, action)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user