eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Do not use filterMenuRec for Calendar menus #1126

Closed nsteger closed 2 weeks ago

nsteger commented 1 month ago

MenuUtility.filterMenusRec(List, Predicate) wrappes menus with child actions. In the case of the calendar, no wrapper menus should be used, since wrapper menus won't propagate the owner value change event.

332126