Skip to content

Commit 8885727

Browse files
committed
[star-rating] Add ignore existing cohort prop to drawer
1 parent e108f11 commit 8885727

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version XX.XX.XX
2+
- [star-rating] Fix a bug where cohort segmentation has to be filled in when previously it does not have to
3+
14
## Version 24.12
25
Features:
36
- [audit-logs] Exported audit logs from UI now would have "BEFORE" and "AFTER" fields

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)