-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2.0
-
Fix Version/s: 5.2.1-B1
-
Component/s: Data Management
-
Labels:None
-
External issue URL:
-
Change Log Message:Add kUtil::generateId method for random code generation
-
Story Points:1
-
External issue ID:1376
-
Copy Issue Key:
-
Patch Instructions:
In-Portal has interesting method, that is used to generated random codes. For example it's used for session id generation.
Because this method is located in Session class it can't be used in other places due it's visibility. I'm proposing to move this method to kUtil class.