Repository: syncope
Updated Branches:
  refs/heads/2_0_X 1ffca5e7b -> 2c1c0f56a
  refs/heads/master 6c920e4fe -> 3039d68c2


fullname is not always available (non-mandatory schema used for IT), removing


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2c1c0f56
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2c1c0f56
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2c1c0f56

Branch: refs/heads/2_0_X
Commit: 2c1c0f56af11d27ce1f6baee3ca6fda81e786d6b
Parents: 1ffca5e
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Mon Mar 27 10:39:05 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Mon Mar 27 10:39:05 2017 +0200

----------------------------------------------------------------------
 core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml | 3 +--
 fit/core-reference/src/main/resources/userWorkflow.bpmn20.xml     | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2c1c0f56/core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml
----------------------------------------------------------------------
diff --git a/core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml 
b/core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml
index 4329468..1174418 100644
--- a/core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml
+++ b/core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml
@@ -85,7 +85,6 @@ under the License.
     <!-- Recertification tasks -->
     <userTask id="recertificationRequest" name="Recertification Request" 
activiti:formKey="recertify">
       <extensionElements>
-        <activiti:formProperty id="fullname" name="Identity" type="string" 
expression="${user.getPlainAttr('fullname').getUniqueValue().getStringValue()}" 
writable="false"/> 
         <activiti:formProperty id="username" name="Username" type="string" 
expression="${user.username}" writable="false"/>
         <activiti:formProperty id="approve" name="Recertify?" type="boolean" 
required="true"/>
         <activiti:formProperty id="rejectReason" name="Reason for not 
recertifying" type="string" variable="rejectReason"/>
@@ -285,4 +284,4 @@ under the License.
       </bpmndi:BPMNEdge>
     </bpmndi:BPMNPlane>
   </bpmndi:BPMNDiagram>
-</definitions>
\ No newline at end of file
+</definitions>

http://git-wip-us.apache.org/repos/asf/syncope/blob/2c1c0f56/fit/core-reference/src/main/resources/userWorkflow.bpmn20.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/resources/userWorkflow.bpmn20.xml 
b/fit/core-reference/src/main/resources/userWorkflow.bpmn20.xml
index 80ac1cd..6981dbd 100644
--- a/fit/core-reference/src/main/resources/userWorkflow.bpmn20.xml
+++ b/fit/core-reference/src/main/resources/userWorkflow.bpmn20.xml
@@ -191,7 +191,6 @@ try {
     <userTask id="recertificationRequest" name="Recertification Request"
               activiti:candidateGroups="managingDirector" 
activiti:formKey="recertify">
       <extensionElements>
-        <activiti:formProperty id="fullname" name="Identity" type="string" 
expression="${user.getPlainAttr('fullname').getUniqueValue().getStringValue()}" 
writable="false"/>
         <activiti:formProperty id="username" name="Username" type="string" 
expression="${user.username}" writable="false"/>
         <activiti:formProperty id="approve" name="Recertify?" type="boolean" 
required="true"/>
         <activiti:formProperty id="rejectReason" name="Reason for not 
recertifying" type="string" variable="rejectReason"/>
@@ -703,4 +702,4 @@ try {
       </bpmndi:BPMNEdge>
     </bpmndi:BPMNPlane>
   </bpmndi:BPMNDiagram>
-</definitions>
\ No newline at end of file
+</definitions>

Reply via email to