Add new group screen that shows the audit log of the group
Bug: Issue 1479 Change-Id: Ice80dabd64df25840cbdd4af6879be79eae1e4c2 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -68,6 +68,7 @@ public interface AdminConstants extends Constants {
|
||||
String headingParentProjectName();
|
||||
String columnProjectName();
|
||||
String headingAgreements();
|
||||
String headingAuditLog();
|
||||
|
||||
String headingProjectSubmitType();
|
||||
String projectSubmitType_FAST_FORWARD_ONLY();
|
||||
@@ -89,6 +90,13 @@ public interface AdminConstants extends Constants {
|
||||
String columnGroupNotifications();
|
||||
String columnGroupVisibleToAll();
|
||||
|
||||
String columnDate();
|
||||
String columnType();
|
||||
String columnByUser();
|
||||
|
||||
String typeAdded();
|
||||
String typeRemoved();
|
||||
|
||||
String columnBranchName();
|
||||
String columnBranchRevision();
|
||||
String initialRevision();
|
||||
@@ -104,6 +112,7 @@ public interface AdminConstants extends Constants {
|
||||
String createGroupTitle();
|
||||
String groupTabGeneral();
|
||||
String groupTabMembers();
|
||||
String groupTabAuditLog();
|
||||
String projectListTitle();
|
||||
String projectFilter();
|
||||
String createProjectTitle();
|
||||
|
||||
Reference in New Issue
Block a user