mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ACE-3121: Workflow Admin Console: Cannot change priority for activiti
- Handled priority property for Task - Determine if DelegateTask also needs similar handling git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88557 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -65,6 +65,10 @@ public class ActivitiPriorityPropertyHandler extends ActivitiTaskPropertyHandler
|
||||
{
|
||||
task.setPriority(priority);
|
||||
}
|
||||
else
|
||||
{
|
||||
throw getInvalidPropertyValueException(key, value);
|
||||
}
|
||||
|
||||
return DO_NOT_ADD;
|
||||
}
|
||||
|
Reference in New Issue
Block a user