mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
correct message for Share
This commit is contained in:
@@ -74,7 +74,10 @@ public class DeclareRecordAction extends RMActionExecuterAbstractBase
|
||||
recordService.complete(actionedUponNodeRef);
|
||||
} catch (IntegrityException e)
|
||||
{
|
||||
action.setParameterValue(ActionExecuterAbstractBase.PARAM_RESULT, e.getMessage());
|
||||
if (e.getMessage().contains("missing"))
|
||||
{
|
||||
action.setParameterValue(ActionExecuterAbstractBase.PARAM_RESULT, "missingProperties");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user