mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user