Skip to content

Commit 22b2a86

Browse files
authored
Merge Stream As Forum - Meeds-io/MIPs#197 (#187)
2 parents e56bd97 + 5d246a7 commit 22b2a86

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

poll-webapp/src/main/webapp/vue-app/poll-activity-stream-extension/components/CreatePollToolbarAction.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ export default {
8585
activityParams: this.templateParams,
8686
files: this.files,
8787
activityType: this.pollActivity,
88-
activityToolbarAction: true
88+
activityToolbarAction: true,
89+
allowFilteringPerCategory: this.$root.allowFilteringPerCategory,
90+
isFilteredStream: this.$root.isFilteredStream,
91+
filteredCategoryIds: this.$root.preselectedCategoryIds,
8992
}}));
9093
window.setTimeout(() => {
9194
document.dispatchEvent(new CustomEvent('exo-poll-open-drawer', {detail: {activityToolbarAction: true}}));

0 commit comments

Comments
 (0)