david-szabo97 / grav-plugin-admin-addon-revisions

An extension for Grav Admin plugin which adds revisions for pages.
MIT License
11 stars 8 forks source link

Fixed: RuntimeException (400) - Template "revisions.html.twig" #20

Closed foxfabi closed 4 years ago

foxfabi commented 5 years ago

With Admin Plugin Revisions v1.3.3, opening the Revisions link in the Admin navigation sidebar cause the following error:

RuntimeException (400)
Template "revisions.html.twig" is not defined.

This raises the question why onAdminTwigTemplatePaths does not work.

david-szabo97 commented 5 years ago

@foxfabi Working fine on Grav v1.6.5 - Admin v1.9.2 Is this really necessary?

N-Parsons commented 5 years ago

Version 1.3.3 seems to be working fine for me with Grav v1.6.8 and Admin v1.9.3.

david-szabo97 commented 4 years ago

I couldn't reproduce this error. Tested with latest version (1.6.23) and everything is fine. Might be a plugin conflict. Closed until someone finds a way to reproduce this.