Details
-
Type:
Bug Fix
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.6
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:
-
Rice Module:KRAD
-
KRAD Feature Area:Maintenance
-
Application Requirement:Rice
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
Description
The KNS maintenance framework called PersonService#resolvePrincipalNamesToPrincipalIds to get the principal id when the person or principal name was given on the document.
In KRAD, look to do this through the UserControl. Possibly implement a post processor control interface that the framework will call back into. The user control has information about what was displayed and can set the principal id.
Note: if we implement this post processor also take a look at what was done in lookup for filtering controls. Might consolidate the two.
We need to make sure that when you enter something in a UserControl and then click Submit (and not give the control a chance to populate the principalName) that we can run the translation for them.
Attachments
Issue Links
- cloned from
-
KULRICE-10454 Improve handling of the binding errors
-
- Open
-
- discovered by
-
KULRICE-10244 Maintenance Gap Analysis: basic stuff (rows 35-38)
-
- Closed
-
Should we be deprecating PersonService#resolvePrincipalNamesToPrincipalIds? It's only used in the KNS.
Looks like we need to figure out all the cases that this method handles and make sure that UserControl can handle all of them.