This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d663cfb9-b5b9-4be0-9924-bdfbf272ef91 XWIKI-23451 Open

Configuration of CustomNotificationFilterPreferences livedata cannot be overridden

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-338cbb17-8c34-4056-b0fc-a2a318eebe2d Simon Urli created this issue on 13/Aug/25 16:50
 
Summary: Configuration of CustomNotificationFilterPreferences livedata cannot be overridden
Issue Type: cid:jira-generated-image-avatar-d663cfb9-b5b9-4be0-9924-bdfbf272ef91 Bug
Affects Versions: 16.10.10
Assignee: Unassigned
Components: Notifications
Created: 13/Aug/25 16:50
Priority: cid:jira-generated-image-static-major-2c71a434-4b78-4403-a513-cc564487e877 Major
Reporter: Simon Urli
Description:

It's not possible to override the default configuration of CustomNotificationFilterPreferences for, for example, prevents one column to be sortable or filterable.
In my case I'm trying to edit the call of the livedata here: https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-16.10.10/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsCustomFiltersPreferencesMacro.xml#L812-L819 for adding this specific configuration:

{
'meta': {
      'propertyDescriptors': [
        {
          'id': 'eventTypes',
          'sortable': false,
          'filterable': false
        }
      ]
    }
}
 
 

1 update

 
cid:jira-generated-image-avatar-338cbb17-8c34-4056-b0fc-a2a318eebe2d Changes by Simon Urli on 13/Aug/25 16:50
 
Assignee: Simon Urli