[users] set up Config object before widget
This commit is contained in:
parent
3f1b31e352
commit
44bc61d4be
@ -168,6 +168,8 @@ UsersViewStep::onLeave()
|
|||||||
void
|
void
|
||||||
UsersViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
UsersViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
||||||
{
|
{
|
||||||
|
m_config->setConfigurationMap( configurationMap );
|
||||||
|
|
||||||
// Create the widget, after all .. as long as writing configuration to the UI is needed
|
// Create the widget, after all .. as long as writing configuration to the UI is needed
|
||||||
(void)this->widget();
|
(void)this->widget();
|
||||||
using CalamaresUtils::getBool;
|
using CalamaresUtils::getBool;
|
||||||
@ -204,6 +206,4 @@ UsersViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||||||
|
|
||||||
Action hostsfileAction = getBool( configurationMap, "writeHostsFile", true ) ? Action::WriteEtcHosts : Action::None;
|
Action hostsfileAction = getBool( configurationMap, "writeHostsFile", true ) ? Action::WriteEtcHosts : Action::None;
|
||||||
m_actions = hostsfileAction | hostnameAction;
|
m_actions = hostsfileAction | hostnameAction;
|
||||||
|
|
||||||
m_config->setConfigurationMap( configurationMap );
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user