Skip to content

Commit 998ee91

Browse files
Merge pull request #5843 from Countly/cohort-segment
[star-rating] Add ignore existing cohort prop to drawer
2 parents 547ddc2 + 6df4fde commit 998ee91

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Features:
1212
- [dbviewer] Preventing aggregation of using any stages which might open user to harmful actions (like $merge, $out, $lookup, $uninonWith) for all users except global admin
1313
- [nps] Fixing issues with default logo selection
1414
- [populator] Adding ability to select features to populate and other small improvements
15-
- [surveys] Removed unnecessary limitation with using cohorts for targeting
15+
- [star-rating] Removed unnecessary limitation with using cohorts for targeting
16+
- [surveys] Removed unnecessary limitation with using cohorts for targeting
1617

1718
Enterprise Features:
1819
- [cohorts] Adding ability to edit cohorts. This deletes historical calculations

plugins/star-rating/frontend/public/templates/drawer.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,9 @@ <h3 class="dropzone-custom-title">
373373
:show-in-the-last-hours="true"
374374
ref="ratingsSegmentation"
375375
:property-segmentation="drawerScope.editedObject.targeting.user_segmentation"
376-
:behavior-segmentation="drawerScope.editedObject.targeting.steps">
376+
:behavior-segmentation="drawerScope.editedObject.targeting.steps"
377+
:ignore-existing-cohort="true"
378+
>
377379
</cly-cohort-segmentation>
378380
</div>
379381
</div>
@@ -412,4 +414,4 @@ <h3 class="dropzone-custom-title">
412414
</cly-form-step>
413415
</template>
414416
</cly-drawer>
415-
</div>
417+
</div>

0 commit comments

Comments
 (0)