Skip to content
Succès

Changes

Summary

  1. Bug #15101 (details)
  2. bug #15108 : Improving management in case of an update of a user role, depending on whether it is an administrator or a domain manager (details)
Commit 0046b5ecc372a3a70a9381164496a21101ad0479 by Miguel Moquillon
Bug #15101

After investigations and tests (the unit test TreeSetCacheTest was coded
for this purpose) to discover issues and to fix it, a solution has been
found. Nevertheless, with the unit test, it was very difficule to catch any
ConcurrentModificationException like in the bug report. This is why,
this solution requires to be tested in a running Silverpeas (in my own
tests against a running Silverpeas, I didn't found any error).
The file was modifiedcore-war/src/test/java/org/silverpeas/web/jobdomain/UserRequestDataTest.java (diff)
The file was addedcore-war/src/test/java/org/silverpeas/web/jobstartpage/control/TreeSetCacheTest.java
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/control/JobStartPagePeasSessionController.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/NavBarJsonEncoder.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/NavBarManager.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/DisplaySorted.java (diff)
Commit 240793db43185de9776be64a5d2d03d5a3a71f06 by Miguel Moquillon
bug #15108 : Improving management in case of an update of a user role, depending on whether it is an administrator or a domain manager
The file was modifiedcore-war/src/main/webapp/jobDomainPeas/jsp/userCreate.jsp (diff)

Summary

  1. Fix Bug #14855 (details)
Commit 7279ff02206624d687a2524d00ee306e12766b5e by Miguel Moquillon
Fix Bug #14855

Steel the crash between table and responsive. So I retire the table for a div.
And some accessibility fix (label)
Not sure that keydown event will pass through jenkins pass.
The file was modifiedkmelia/kmelia-war/src/main/webapp/WEB-INF/tags/silverpeas/kmelia/searchZone.tag (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/styleSheets/kmelia.css (diff)