-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Programmatically hiding messages broken #138
Comments
Can you do something like |
Did not actually test programmatically closing the message since it was closed automatically at some point. Test does fail now (see adopted-ember-addons#138).
Just came up against this issue, is this addon still maintained? |
@jameswmcnab yes, I haven't had tried it yet but does |
We do not have direct access to |
@ttill While I don't think that's the cleanest approach, it would solve your need and @jameswmcnab. Can you get the tests to pass? |
Did not actually test programmatically closing the message since it was closed automatically at some point. Test does fail now (see adopted-ember-addons#138).
@btecu How would you propose to expose the close functionality? By rebasing on master I was able to break the tests even more. Previously it only failed for some ember versions, now it fails for all of them. I do not understand how the errors would be related to my changes. Do you have any idea? Locally the tests pass. Thanks. |
@btecu I will try to give it a shot later today |
@btecu Sorry for the lack of response. I started working on this, but noticed that we would have to port all the tests to latest ember-mocha, which is quite a big task, as there are multiple breaking changes between versions. Cannot handle this at the moment. Sorry… |
In the past it was possible to manually remove open messages again (as documented in the readme) by doing
message.set('visible', false);
. This was broken in 436a3e5.It would be great to have this feature back.
The text was updated successfully, but these errors were encountered: