Skip to content

Commit

Permalink
Exercise: Add constants for additional exercises logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Nov 3, 2023
1 parent 5d25614 commit 4f219c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/inc/lib/api.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
define('LOG_CAREER_DELETE', 'career_deleted');
define('LOG_USER_PERSONAL_DOC_DELETED', 'user_doc_deleted');
define('LOG_WIKI_ACCESS', 'wiki_page_view');
define('LOG_EXERCISE_DELETE', 'exe_deleted');
// All results from an exercise
define('LOG_EXERCISE_RESULT_DELETE', 'exe_result_deleted');
define('LOG_EXERCISE_RESULT_DELETE_INCOMPLETE', 'exe_incomplete_results_deleted');
Expand Down

0 comments on commit 4f219c2

Please sign in to comment.