You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can see 2x "after test.volt".
The problem is that the name of the currently rendered path not returned to previusly path, after render partial.
On while render "layouts/logged.volt", engine render partial "partials/test.volt", and save path to "_currentRenderPath" property (of view object). After this, while the engine continues redner "layout/logged.volt", current render path property contains the previous (partial), not the current rendered path. Should it work like this?
Details
Phalcon version: 3.4.1
PHP Version: PHP 7.2.4 (cli)
Operating System: Windows 10 Home 64 bit
Server: Apache 2.4.33
The text was updated successfully, but these errors were encountered:
Hi.
I would like to collect currently rendered paths used events manager - from event "beforeRenderView" and "afterRenderView".
Ok and i have view files like this:
In this case, my events output (i replace render level number to render level name):
Expected and Actual Behavior
We can see 2x "after test.volt".
The problem is that the name of the currently rendered path not returned to previusly path, after render partial.
On while render "layouts/logged.volt", engine render partial "partials/test.volt", and save path to "_currentRenderPath" property (of view object). After this, while the engine continues redner "layout/logged.volt", current render path property contains the previous (partial), not the current rendered path. Should it work like this?
Details
Phalcon version: 3.4.1
PHP Version: PHP 7.2.4 (cli)
Operating System: Windows 10 Home 64 bit
Server: Apache 2.4.33
The text was updated successfully, but these errors were encountered: