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

Reorders when service catalog filter is built #1365

Merged

Conversation

AllenBW
Copy link
Member

@AllenBW AllenBW commented Jan 19, 2018

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536385

Async fun! Looks like we were building the filter before we had what we needed, now we wait.

oooo it works now!

screen shot 2018-01-19 at 11 26 00 am

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536385

Async fun!  Looks like we were building the filter before we had what we needed, now we wait.
@AllenBW AllenBW requested a review from himdel as a code owner January 19, 2018 16:25
@AllenBW AllenBW added this to the Sprint 78 Ending Jan 29, 2018 milestone Jan 19, 2018
@miq-bot
Copy link
Member

miq-bot commented Jan 19, 2018

Checked commit AllenBW@4fffefb with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0
0 files checked, 0 offenses detected
Everything looks fine. 👍

Copy link
Contributor

@himdel himdel left a comment

Choose a reason for hiding this comment

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

LGTM, timing bugs are always fun, make sense 👍

(Tested in the ui with client/app/catalogs/catalogs-state.service.js:79

-      attributes: ['picture', 'picture.image_href', 'service_template_catalog'],
+      attributes: ['service_template_catalog'],

to work around a current API bug.)

@himdel himdel merged commit 6f472c5 into ManageIQ:master Jan 19, 2018
@AllenBW AllenBW deleted the bug/master#1536385-service-catalog-fail branch January 19, 2018 17:45
simaishi pushed a commit that referenced this pull request Jan 19, 2018
…log-fail

Reorders when service catalog filter is built
(cherry picked from commit 6f472c5)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536608
@simaishi
Copy link
Contributor

Gaprindashvili backport details:

$ git log -1
commit 28dc5f6d45484bd5b79ebef30fd9a4e2e526c4b0
Author: Martin Hradil <[email protected]>
Date:   Fri Jan 19 18:15:52 2018 +0100

    Merge pull request #1365 from AllenBW/bug/master#1536385-service-catalog-fail
    
    Reorders when service catalog filter is built
    (cherry picked from commit 6f472c545a7a0277579d502b78bcc22a8f61b418)
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536608

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.

4 participants