We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466f487 commit e235aafCopy full SHA for e235aaf
engine-wizard/elm/Wizard/Projects/Detail/Update.elm
@@ -711,9 +711,9 @@ update wrapMsg msg appState model =
711
updateConfig =
712
{ wrapMsg = wrapMsg << SettingsMsg
713
, redirectCmd = cmdNavigate appState (Routes.projectsIndex appState)
714
- , packageId = ActionResult.unwrap "" (.questionnaire >> .packageId) model.questionnaireModel
+ , packageId = ActionResult.unwrap "" .packageId model.questionnaireCommon
715
, questionnaireUuid = model.uuid
716
- , permissions = ActionResult.unwrap [] (.questionnaire >> .permissions) model.questionnaireModel
+ , permissions = ActionResult.unwrap [] .permissions model.questionnaireCommon
717
}
718
719
( settingsModel, cmd ) =
0 commit comments