The list of items is empty when using the slot RESULTS_ACTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 07:25 AM
Hello, I added my component in the RESULTS_ACTIONS slot-content like the following :
<nuxeo-slot-content name="exportPublicationAction" slot="RESULTS_ACTIONS">
<template>
<my-component items="{{items}}" selected-items="{{selectedItems}}"></my-component>
</template>
</nuxeo-slot-content>
When testing I will have an empty list of items if I do not select any items.
Any idea please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 08:59 AM
Hello, can you detail a bit more what you're trying to do and add more context? Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:13 AM
Hello, thank you for your reply,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:19 AM
Then I would take the example of the CSV export which basically have the same behavior:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 11:26 AM
thanks again,
