Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert user quadicon settings from the old format to the new one #213

Merged
merged 1 commit into from
Jun 21, 2018

Conversation

skateman
Copy link
Member

@skateman skateman commented Jun 6, 2018

The new quadicon settings logic requires to move the value from settings[:quadicons][:ems] into settings[:quadicons][:ems_infra] for each user.

Parent issue: ManageIQ/manageiq-ui-classic#4027

user.reload

expect(user.settings[:quadicons][:ems_infra]).to be_nil
expect(user.settings[:quadicons][:ems]).to eq(false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have matcher for it ? like be_falsey or something like that ?

@skateman skateman force-pushed the convert-quadicon-settings branch from 294628a to 7d9efaa Compare June 6, 2018 20:09
@miq-bot
Copy link
Member

miq-bot commented Jun 6, 2018

Checked commit skateman@7d9efaa with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. ⭐

@skateman
Copy link
Member Author

@miq-bot assign @Fryguy

@Fryguy Fryguy merged commit 3ab4941 into ManageIQ:master Jun 21, 2018
@Fryguy Fryguy added this to the Sprint 89 Ending Jul 2, 2018 milestone Jun 21, 2018
@Fryguy Fryguy added the data label Jun 21, 2018
@skateman skateman deleted the convert-quadicon-settings branch June 21, 2018 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants