File tree 2 files changed +7
-2
lines changed
plugins/star-rating/frontend/public/templates
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
4
## Version 24.12
2
5
Features:
3
6
- [ audit-logs] Exported audit logs from UI now would have "BEFORE" and "AFTER" fields
Original file line number Diff line number Diff line change @@ -373,7 +373,9 @@ <h3 class="dropzone-custom-title">
373
373
:show-in-the-last-hours ="true "
374
374
ref ="ratingsSegmentation "
375
375
: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
+ >
377
379
</ cly-cohort-segmentation >
378
380
</ div >
379
381
</ div >
@@ -412,4 +414,4 @@ <h3 class="dropzone-custom-title">
412
414
</ cly-form-step >
413
415
</ template >
414
416
</ cly-drawer >
415
- </ div >
417
+ </ div >
You can’t perform that action at this time.
0 commit comments