1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added revision activity types to system and audit log

Closes #3628
This commit is contained in:
Dan Brown
2022-08-09 13:25:18 +01:00
parent 7fa934e7f2
commit 6e0a7344fa
6 changed files with 22 additions and 2 deletions

View File

@ -29,6 +29,9 @@ class ActivityType
const COMMENTED_ON = 'commented_on';
const PERMISSIONS_UPDATE = 'permissions_update';
const REVISION_RESTORE = 'revision_restore';
const REVISION_DELETE = 'revision_delete';
const SETTINGS_UPDATE = 'settings_update';
const MAINTENANCE_ACTION_RUN = 'maintenance_action_run';