- 🇨🇦Canada joseph.olstad
this functionality is missed, I'll try to find it from the 1.x commits
- 🇨🇦Canada joseph.olstad
hmm, ok I might be confused with another module https://drupal.org/project/config_revision
- Status changed to Needs review
about 1 year ago 5:20pm 3 March 2024 - 🇨🇦Canada joseph.olstad
This appears to be disabled in the 2.0.x-dev branch.
Included in:
src/ConfigEntityRevisionsControllerBase.php
and:src/ConfigEntityRevisionsOverviewFormBase.php
Currently Disabled in:
config_entity_revisions.routing.yml
see patch to re-enable
- 🇨🇦Canada porchlight
The latest release of diff module has also added some type hinting to the`PluginRevisionController` class which `ConfigEntityRevisionsDiffController` extends. Here is a patch to fix the type hinting. The diff module also marked the construct method as final which breaks this as well. I have created a patch on their module to revert that here - https://www.drupal.org/project/diff/issues/3460554 🐛 Fatal error: Cannot override final method Drupal\diff\Controller\PluginRevisionController::__construct() Active