File tree Expand file tree Collapse file tree 3 files changed +560
-422
lines changed
frontend/express/public/javascripts/countly/vue/components
plugins/star-rating/frontend/public/templates Expand file tree Collapse file tree 3 files changed +560
-422
lines changed Original file line number Diff line number Diff line change 1+ ## Version 24.10.xx
2+ Enterprise Fixes:
3+ - [ users] Set correct users widget table rows amount according to selected setting
4+
15## Version 24.10.13
26Enterprise Fixes:
37- [ nps] Sort widgets by internal name and search by name or internal name
@@ -8,7 +12,6 @@ Features:
812- [ core] Use correct rights validation for loyality
913- [ plugins] Add configuration warning tags to settings UI
1014
11-
1215## Version 24.10.11
1316Enterprise Fixes:
1417- [ drill] Fix query for users in drill that leads to severe server slowdown
Original file line number Diff line number Diff line change 4747 preventDefaultSort : {
4848 type : Boolean ,
4949 default : false
50+ } ,
51+ perPage : {
52+ default : 10 ,
53+ type : Number
5054 }
5155 } ,
5256 computed : {
300304 getControlParams : function ( ) {
301305 var defaultState = {
302306 page : 1 ,
303- perPage : 10 ,
307+ perPage : this . perPage ,
304308 searchQuery : '' ,
305309 sort : [ ] ,
306310 selectedDynamicCols : false
10551059 '</div>\n'
10561060 } ) ) ;
10571061
1058- } ( window . countlyVue = window . countlyVue || { } , jQuery ) ) ;
1062+ } ( window . countlyVue = window . countlyVue || { } , jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments