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

MiqAeClassController: style fixes #2004

Merged
merged 5 commits into from Aug 29, 2017

Conversation

martinpovolny
Copy link

No description provided.

@martinpovolny martinpovolny changed the title [WIP] MiqAeClassController: replace find_by_id with find. MiqAeClassController: style fixes Aug 28, 2017
@martinpovolny martinpovolny removed the wip label Aug 28, 2017
@miq-bot
Copy link
Member

miq-bot commented Aug 28, 2017

Checked commits martinpovolny/manageiq-ui-classic@42eac3d~...b11a999 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
2 files checked, 1 offense detected

app/controllers/miq_ae_class_controller.rb

@mzazrivec mzazrivec self-assigned this Aug 29, 2017
@mzazrivec mzazrivec added this to the Sprint 68 Ending Sep 4, 2017 milestone Aug 29, 2017
@mzazrivec mzazrivec merged commit b7cac50 into ManageIQ:master Aug 29, 2017
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 13, 2017
Styling changes in ManageIQ#2004 have caused `@edit[:new][:data]` value to be set to nil which disables Validate button on screen.

https://bugzilla.redhat.com/show_bug.cgi?id=1499881
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 13, 2017
Styling changes in ManageIQ#2004 have caused `@edit[:new][:data]` value to be set to nil which disables Validate button on screen.

https://bugzilla.redhat.com/show_bug.cgi?id=1499881
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 16, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
h-kataria added a commit to h-kataria/manageiq-ui-classic that referenced this pull request Nov 17, 2017
Issue was introduced in ManageIQ#2004, commit c281edf find_by_fqname was changed to use rails find_by but in this case fqname is not an actual column, find_by_fqname is an actual method in MiqAeNamespace class https://github.com/ManageIQ/manageiq/blob/cb5e0de1766fa363ecfd19715316e17053925d1e/app/models/miq_ae_namespace.rb#L20

https://bugzilla.redhat.com/show_bug.cgi?id=1510463
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.

None yet

3 participants