Bulk list view action creates many notifications in backend, is it right? #18401
Replies: 2 comments 2 replies
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
-
I have tried this fix in 15.3.0-rc2. I have created a notification handler on unpublish and have configured a breakpoint in it. I have created a list view with items in the content tree. I have applied bulk unpublish and on each item, my breakpoint has been hit. Is it a bulk behavior? I know, that you kinda frontend dev (sorry if I am wrong), but if we have one UI notification, why do we still get many notifications in backed? Could you please notify someone who is responsible for it? |
Beta Was this translation helpful? Give feedback.
-
I have noticed that when we use bulk actions with list view, e.g. publish, it does not trigger one publish notification. Instead it triggers published notification per selected content.
So can we call it a bulk operation in terms of backend implementation?
I think it will be great to implement these bulk actions in way where bulk publish list view action will trigger only one publish notification with many IContent entities instead of one publish notification per selected entity.
Beta Was this translation helpful? Give feedback.
All reactions