Getting the list of all the properties in the rm rules edit page was not possible

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@51872 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-06-28 16:01:35 +00:00
parent b19feabf2c
commit 1e4c4b1c90

View File

@@ -152,6 +152,8 @@ public class RmPropertiesGet extends DictionaryWebServiceBase implements Records
// Pass list of property definitions to template // Pass list of property definitions to template
Map<String, Object> model = new HashMap<String, Object>(); Map<String, Object> model = new HashMap<String, Object>();
model.put(MODEL_PROP_KEY_PROPERTY_DETAILS, props); model.put(MODEL_PROP_KEY_PROPERTY_DETAILS, props);
model.put(MODEL_PROP_KEY_MESSAGE_LOOKUP, dictionaryservice);
return model; return model;
} }