File tree 2 files changed +5
-1
lines changed
plugins/star-rating/frontend/public/templates
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
+
1
5
## Version 24.05.16
2
6
Fixes:
3
7
- [ core] Replaced "Users" with "Sessions" label on technology home widgets
Original file line number Diff line number Diff line change 103
103
< div class ="text-smallish color-cool-gray-50 bu-mb-1 " data-test-id ="ratings-drawer-settings-widget-name-desc ">
104
104
{{i18n('feedback.internalName.description')}}
105
105
</ div >
106
- < validation-provider name ="internalName " v-slot ="v ">
106
+ < validation-provider name ="internalName " v-slot ="v " rules =" required " >
107
107
< el-input
108
108
:class ="{'is-error': v.errors.length > 0} "
109
109
v-model ="drawerScope.editedObject.internalName "
You can’t perform that action at this time.
0 commit comments