mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for another regression in the Advanced Search UI after recent dialog changes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6918 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -140,11 +140,6 @@ public class AdvancedSearchDialog extends BaseDialogBean
|
||||
*/
|
||||
public DataModel getCategoriesDataModel()
|
||||
{
|
||||
if (properties.getCategoriesDataModel() == null)
|
||||
{
|
||||
properties.setCategoriesDataModel(new ListDataModel());
|
||||
}
|
||||
|
||||
properties.getCategoriesDataModel().setWrappedData(properties.getCategories());
|
||||
|
||||
return properties.getCategoriesDataModel();
|
||||
|
Reference in New Issue
Block a user