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/3039d68c
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/3039d68c
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/3039d68c

Branch: refs/heads/master
Commit: 3039d68c286ae4fb2f3e9e9aa2c000188a7c3768
Parents: 6c920e4
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:13 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/3039d68c/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/3039d68c/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