File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
plugins/star-rating/frontend/public/templates Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Version 24.05.XX
2+ Enterprise fixes:
3+ - [ nps] Fixed bug in the editor where the "internal name" field was not mandatory
4+
15## Version 24.05.16
26Fixes:
37- [ core] Replaced "Users" with "Sessions" label on technology home widgets
Original file line number Diff line number Diff line change 103103 < div class ="text-smallish color-cool-gray-50 bu-mb-1 " data-test-id ="ratings-drawer-settings-widget-name-desc ">
104104 {{i18n('feedback.internalName.description')}}
105105 </ div >
106- < validation-provider name ="internalName " v-slot ="v ">
106+ < validation-provider name ="internalName " v-slot ="v " rules =" required " >
107107 < el-input
108108 :class ="{'is-error': v.errors.length > 0} "
109109 v-model ="drawerScope.editedObject.internalName "
You can’t perform that action at this time.
0 commit comments