Use selected role when creating screens
This commit is contained in:
parent
c858b9341f
commit
053e6af3d1
|
@ -74,6 +74,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
draftScreen.routing.route = route
|
draftScreen.routing.route = route
|
||||||
|
draftScreen.routing.roleId = roleId
|
||||||
|
|
||||||
await store.actions.screens.save(draftScreen)
|
await store.actions.screens.save(draftScreen)
|
||||||
if (draftScreen.props._instanceName.endsWith("List")) {
|
if (draftScreen.props._instanceName.endsWith("List")) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue