Enable/disable buttons in action history based on user permission (#775)
* Fixed missing org.apache.logging.Log dependency in eclipse * Evaluate the user's permissions when rendering the action buttons * Added ConfimationDialog id * Fixed Sonar issues * Fixed review findings Signed-off-by: Markus Block <markus.block@bosch-si.com>
This commit is contained in:
committed by
Stefan Behl
parent
eada7cdd6f
commit
f918d32bc8
@@ -70,6 +70,11 @@
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-logging</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user