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

Add UiConstants back to the web server worker mixin #15518

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

carbonin
Copy link
Member

@carbonin carbonin commented Jul 5, 2017

This is needed to start the server
Seems to have been removed by 1e29ba1

Without this we get an uninitialized constant error, specifically ApplicationController::PPCHOICES

/cc @jrafanie

This is needed to start the server
Seems to have been removed by 1e29ba1

Without this we get an uninitialized constant error,
specifically ApplicationController::PPCHOICES
@carbonin carbonin force-pushed the add_back_ui_constants branch from 496abc5 to ae52830 Compare July 5, 2017 21:23
@miq-bot
Copy link
Member

miq-bot commented Jul 5, 2017

Checked commit carbonin@ae52830 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
1 file checked, 1 offense detected

app/models/mixins/miq_web_server_worker_mixin.rb

  • ⚠️ - Line 27, Col 9 - Lint/Void - Variable UiConstants used in void context.

@bdunne bdunne merged commit 1f43b0f into ManageIQ:master Jul 5, 2017
@bdunne bdunne added this to the Sprint 64 Ending Jul 10, 2017 milestone Jul 5, 2017
@bdunne bdunne added the fine/no label Jul 5, 2017
@bdunne bdunne mentioned this pull request Jul 5, 2017
jrafanie added a commit to jrafanie/manageiq-ui-classic that referenced this pull request Jul 6, 2017
This file pollutes the global namespace for legacy bad reasons.

Followup to bundler groups PR:
ManageIQ/manageiq#15459

The autoloading of ui constants in manageiq was reverted back here:
ManageIQ/manageiq#15518
jrafanie added a commit to jrafanie/manageiq that referenced this pull request Jul 6, 2017
See: ManageIQ/manageiq-ui-classic#1658

Followup to bundler groups PR:
ManageIQ#15459

The autoloading of ui constants in manageiq was reverted back here:
ManageIQ#15518
@carbonin carbonin deleted the add_back_ui_constants branch October 13, 2017 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants