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:
Markus Block
2019-01-08 11:11:55 +01:00
committed by Stefan Behl
parent eada7cdd6f
commit f918d32bc8
4 changed files with 29 additions and 11 deletions

View File

@@ -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>