Added tests for Clear all 404 log entries button.
1 unresolved thread
1 unresolved thread
Closes #2922444
Merge request reports
Activity
added 1 commit
102 108 // Mark a potentially existing log entry for this path as resolved. 103 109 \Drupal::service('redirect.not_found_storage')->resolveLogRequest($path, $langcode); 104 110 } 111 112 /** 113 * Submit Handler for Reseting all the 404 logs from Database. 114 */ 115 function redirect_404_reset_submit() { 116 $query = \Drupal::database()->truncate('redirect_404')->execute(); changed this line in version 4 of the diff
@pobster I can't see how to set this resolved. Could you do that?
added 7 commits
Toggle commit listadded 5 commits
Toggle commit list
Please register or sign in to reply