-
Notifications
You must be signed in to change notification settings - Fork 356
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
ToolbarController - always $digest after Rx message #1095
Conversation
@jzigmund : As you where close to this problem, can you, please, test this? |
@martinpovolny already done, it's not fixing my BZ though :-/ already contacted @himdel to look again and find the working bugfix |
Checked commits https://github.com/himdel/manageiq-ui-classic/compare/39210ff99781e5715d1b83ed6e57c3931a5610f3~...b808cbff9e64bc8eaea00bf096a719c433934063 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after rebase, I can confirm that this PR is fixing https://bugzilla.redhat.com/show_bug.cgi?id=1440118
ToolbarController - always $digest after Rx message (cherry picked from commit 2128ff1) https://bugzilla.redhat.com/show_bug.cgi?id=1444176
Fine backport details:
|
Euwe backport (to manageiq repo) details:
|
Replaces #1054 - Cc @jzigmund
I gave up on trying to use
$timeout
, seems like to much code is dependent on the synchronous nature right now :(.So this just makes sure that
$digest
is called every time we gate an observable message, not only in the other cases. (Also verified that those methods are never called from anywhere else..)(
fine/yes
because related to https://bugzilla.redhat.com/show_bug.cgi?id=1440118 )EUWE: https://bugzilla.redhat.com/show_bug.cgi?id=1444178 and https://bugzilla.redhat.com/show_bug.cgi?id=1444037 - please backport together with #1058