- 🇨🇦Canada mparker17 UTC-4
Updated version numbers in issue title and summary.
No progress to report, unfortunately: too many other things on my plate.
As a developer running Drupal 10, 11, and/or 12, I want to be able to alter the Operations displayed with database log messages, so that I can add my own Operations.
Port the module to Drupal 10, 11, and 12.
\Drupal\dblog\Controller\DbLogController::eventDetails()
with our own version, so Operations can be altered.\Drupal\dblog\Controller\DbLogController::eventDetails()
to call the plugin manager and display operations for each plugin.\Drupal\dblog\Plugin\views\field\DblogOperations
with our own views field plugin that always displays something even when there is no value in the field.\Drupal\dblog_api\Plugin\views\field\DblogOperations
to call the plugin manager and display operations for each plugin.Hopefully none.
Use a plugin manager instead of a hook.
I don't think there was a data model before; regardless; hopefully none.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Updated version numbers in issue title and summary.
No progress to report, unfortunately: too many other things on my plate.