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:
Kevin Roast
2007-10-04 16:13:50 +00:00
parent 464717c6ff
commit 219d0738ef
2 changed files with 2 additions and 11 deletions

View File

@@ -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();