Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-23451

Configuration of CustomNotificationFilterPreferences livedata cannot be overridden

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    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
              }
            ]
          }
      }
      

      Attachments

        Activity

          People

            surli Simon Urli
            surli Simon Urli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: