-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Issues primefaces#8647 primefaces#5663 remove message or toast by id #13599
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Hi @sandrotonon, Can't we use a more dynamic key instead of 'id'? For example;
In addition, we have the
WDYT? |
Hi @mertsincan, i really like the more generic approach. This way users do have a lot more flexibility in managing their messages. However the index-based idea doesn't seem to be that comfortable, because you'd have to keep track of all displayed messages to be able to know the indices of the ones you'd want to delete. I've updated the PR to reflect the first approach:
|
Hi @sandrotonon, Thanks a lot for the update! Frankly, I think we always need to filter all messages; That's why more feedback might be better for us. There is a similar desire in our other projects. That's why we can apply the most efficient solution for all of them. |
Hi @mertsincan, thanks for your feedback. But, what exactly do you mean? |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you for your understanding! |
@cetincakiroglu can we revive this PR? |
@mertsincan Could you find a solution ? |
Add a method to remove specific Toast/Message via MessageService
See #13600