Skip to content
En échec

Changes

Summary

  1. Fix condition testing in the release pipeline for Silverpeas-Sso. In (details)
Commit 08023d811205f6aba0cc1af783597b4af757a954 by Miguel Moquillon
Fix condition testing in the release pipeline for Silverpeas-Sso. In
this same pipeline, give the version of the Docker image to use (6.4
currently). Idem for the auto build pipeline for Silverpeas-Sso.
The file was modifiedsrc/releases/sso/Jenkinsfile (diff)
The file was modifiedsrc/builds/sso/Jenkinsfile (diff)

Summary

  1. Bug #14595 (details)
Commit dcf9d2efa8934907771c11280865ddcfbb0cdbad by Miguel Moquillon
Bug #14595

Provide another solution to the fix of the bug, based upon the
system event notification mechanism.

Add and use the notification of event about actions performed against
access right profile instances.
The file was modifiedcore-war/src/main/webapp/jobDomainPeas/jsp/userContent.jsp (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/space/notification/SpaceProfileInstEventNotifier.java
The file was modifiedcore-api/src/main/java/org/silverpeas/core/admin/user/model/SilverpeasRole.java (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/user/notification/ProfileInstEvent.java
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/user/notification/ProfileInstEventNotifier.java
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/component/model/ComponentInst.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/ProfileInstManager.java (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/space/notification/SpaceProfileInstEvent.java
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/AdminController.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/space/SpaceProfileInstManager.java (diff)