File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 13
13
- fixed: encryptLogin and sslEnabled both need to be true
14
14
- fixed: Cache's setByHTTP method returns content, even when it gets an error in the request. This gives the SC asset fits.
15
15
- fixed #12349: Friends invitation error
16
+ - fixed #12353: Dataform List mode
16
17
17
18
7.10.24
18
19
- fixed #12318: asset error causes asset manager to fail
Original file line number Diff line number Diff line change @@ -1280,6 +1280,8 @@ Renders the list view of the DataForm.
1280
1280
1281
1281
sub viewList {
1282
1282
my $self = shift ;
1283
+ return $self -> session-> privilege-> insufficient
1284
+ unless $self -> session-> user-> isInGroup($self -> get(" groupToViewEntries" ));
1283
1285
my $var = $self -> getTemplateVars;
1284
1286
return $self -> processTemplate($self -> getListTemplateVars($var ), undef , $self -> {_viewListTemplate });
1285
1287
}
You can’t perform that action at this time.
0 commit comments