added RFE #327: Add Select All button to Search Asset "Limit Classes To" field
This commit is contained in:
parent
4b120ad17c
commit
7d33b9fab8
2 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ sub definition {
|
|||
tab => "properties",
|
||||
hoverHelp => $i18n->get("class limiter description"),
|
||||
label => $i18n->get("class limiter"),
|
||||
options => $session->db->buildHashRef("select distinct(className) from asset")
|
||||
options => $session->db->buildHashRef("select distinct(className) from asset"),
|
||||
showSelectAll => 1,
|
||||
},
|
||||
useContainers => {
|
||||
tab => "properties",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue