diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 73632ddb4..e76375792 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/Search.pm b/lib/WebGUI/Asset/Wobject/Search.pm index 60194cba7..ab0cc806d 100644 --- a/lib/WebGUI/Asset/Wobject/Search.pm +++ b/lib/WebGUI/Asset/Wobject/Search.pm @@ -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",