SuccessChanges

Summary

  1. Fix Bug 2344: OSM Version is not showing while refreshing the UI (details)
  2. Coverity-CWE 330: Use of Insufficiently Random Values (details)
  3. Fix Bug 2340: Invalid error message in UI for some role permission (details)
Commit 995c6728dfcd126c3e6f1febaf9a3399803153d1 by jssan
Fix Bug 2344: OSM Version is not showing while refreshing the UI
dashboard
- Fix to show the version
Change-Id: I32cd425b88e6eb95f34b04e47a459b7382b952a2 Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
(cherry picked from commit 60f0a51c47cca2eaff2e9cf55deacf0c90548f04)
The file was modifiedsrc/services/SharedService.ts
The file was modifiedsrc/app/layouts/header/HeaderComponent.ts
The file was modifiedsrc/services/AuthenticationService.ts
Commit faf168f6b4d44a688ca7857b7937ed891b0b71b9 by jssan
Coverity-CWE 330: Use of Insufficiently Random Values
- Resolved Cryptographically weak PRNG issue by not using
  Math.random() in code.
Change-Id: I237d90caba67d4b866e910c895b88ef3b292353f Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
(cherry picked from commit afb9ebdbde72010cb60dc91d605e0b250b4f6cd4)
The file was modifiedsrc/services/SharedService.ts
Commit 0fa417ac88c88f5716f7a5617d111ed05545cbe8 by jssan
Fix Bug 2340: Invalid error message in UI for some role permission
- Added access denied lack of permission notification while setting
vim accounts id get, ns_instances:opps:id:get and  ns_instances:id:get
as false.
Change-Id: I220690baacb09231499f24ca2a8138c13f2d56d0 Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
(cherry picked from commit 898b149c76d80255406030c7ad6e3b515314e0d0)
The file was modifiedsrc/services/RestService.ts
The file was modifiedsrc/app/vim-accounts/info-vim/InfoVimComponent.ts