We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56bd97 + 5d246a7 commit 22b2a86Copy full SHA for 22b2a86
1 file changed
poll-webapp/src/main/webapp/vue-app/poll-activity-stream-extension/components/CreatePollToolbarAction.vue
@@ -85,7 +85,10 @@ export default {
85
activityParams: this.templateParams,
86
files: this.files,
87
activityType: this.pollActivity,
88
- activityToolbarAction: true
+ activityToolbarAction: true,
89
+ allowFilteringPerCategory: this.$root.allowFilteringPerCategory,
90
+ isFilteredStream: this.$root.isFilteredStream,
91
+ filteredCategoryIds: this.$root.preselectedCategoryIds,
92
}}));
93
window.setTimeout(() => {
94
document.dispatchEvent(new CustomEvent('exo-poll-open-drawer', {detail: {activityToolbarAction: true}}));
0 commit comments