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
|
|
@ -36,6 +36,7 @@
|
|||
- Fixed #8921: Duplicating templates through conventional methods maintains default template flag
|
||||
- Fixed #8962: Wrong mime-type used for json data
|
||||
- Added: WebGUI::Pluggable find() and findAndLoad() for easier module loading
|
||||
- Added RFE #327: Select All button to class list in Search asset
|
||||
|
||||
7.6.1
|
||||
- changed: the list of extensions for the export system to pass through
|
||||
|
|
|
|||
|
|
@ -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