Fix a bad default group setting in the SQL Report for download groups.
This commit is contained in:
parent
771fcd51bc
commit
a2012171d2
3 changed files with 17 additions and 3 deletions
|
|
@ -202,9 +202,9 @@ sub definition {
|
|||
label=>$i18n->get("download mimetype"),
|
||||
},
|
||||
downloadUserGroup=>{
|
||||
fieldType=>"group",
|
||||
defaultValue=>"text/html",
|
||||
label=>$i18n->get("download usergroup"),
|
||||
fieldType => "group",
|
||||
defaultValue => "7",
|
||||
label => $i18n->get("download usergroup"),
|
||||
},
|
||||
);
|
||||
push(@{$definition}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue