update asset source #82
null pointer when using non existing workspace or project in updateAsset Source #81
This commit is contained in:
parent
7feaeee7d8
commit
e3375f4216
5 changed files with 491 additions and 244 deletions
|
|
@ -36,7 +36,14 @@ public class DababaseContentInit {
|
|||
|
||||
User adminUser = userRepository.findByLogin("admin");
|
||||
if (adminUser==null){
|
||||
|
||||
/**
|
||||
* admin The administrator
|
||||
* analyst The analyst
|
||||
* developer The developer
|
||||
* manager The manager
|
||||
* user The end user
|
||||
* kiemgmt KIE management user
|
||||
*/
|
||||
userRolesRepository.save( new UserRoles(UUID.randomUUID().toString(),"process-admin"));
|
||||
userRolesRepository.save( new UserRoles(UUID.randomUUID().toString(),"manager"));
|
||||
userRolesRepository.save( new UserRoles(UUID.randomUUID().toString(),"admin"));
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue