-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP59, 7.0.0 DXP SP9, 7.0.X, 7.1.10 DXP FP2, 7.1.1 CE GA2, 7.1.10.1 SP1, 7.1.X, 7.2.X, Master
-
Component/s: Business Productivity > Kaleo Designer
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:4
-
Git Pull Request:
Description
Customer cannot change the Recipient Type of Review Completion Notification to Asset Creator. The UI shows the change but source code still use <assignees />.
Reproduction Steps
1. Start up DXP patched with de-46 and hotfix-2768-7010.
2. Go to Control Panel > Configuration > Kaleo Designer
3. Edit the Single Approver
4. Click Review task and open Review Notification on left panel
5. Change the Recipient Type of Review Completion Notification from User to Asset Creator
6. Click Save
7. Switch to Source
Actual Result: It has the following in source.
<recipients receptionType="to">
<assignees/>
</recipients>
Expected Result: It should use the following in source.
<recipients>
<user/>
</recipients>
Branch
Cannot reproduce in 7.0.x-private: the default value is Asset Creator. Switching to other value and back cannot reproduce the issue.
Commit: 40cd15c17f6c65f8e52e520c7732b27c4e4b5fa0
Base Branch Commit: 0047087562701798909ce727f272fc1aca673d61
Updated on: Wed Jul 25 10:18:19 2018 -0700
Can reproduce in master-private: the default value is User. Switching to Asset Creator causes empty value in Recipient Type but source is <assignees/>
master private dc7622217d51258ba20c221af52a243e6f9d2f84
master 29ef1bbcad60cf8806b2642fc89e0f0dc6c55680
Tue Jul 24