Fix generting action type models now that we finally deviced for going "uuid" instead of string

This commit is contained in:
Michael Zanetti 2019-12-08 14:43:20 +01:00
parent b5c5e8b5f4
commit 0469ff6331

View File

@ -38,7 +38,7 @@ Page {
ListModel {
id: generatedModel
ListElement { displayName: ""; actionTypeId: "" }
dynamicRoles: true
}
function buildInterface() {