Why does not work "Advanced Mode Configuration " in case of a filter widget in content view?
I have an advanced search content view where i want to display a field if condition is true. The mode of the widget is definet by “#{currentUser.isMemberOf('KartelistDPB') ? 'edit' : 'hidden'}“. The same expression is evaluated in forms but not in the case of a filter in advanced mode configuration.
3 votes
0 answers
1888 views