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
I updated from alpha3 to alpha4 and view data is no longer being passed from view to view. I have a partial template that echos notices, for example "echo $validation->listErrors()". It's being called from a view so I can reuse the code. The $validation variable is no longer being passed from view to view. Has something changed in alpha4? I cannot figure out where from the changelog.
FYI:
Config\View.php
public $saveData = true;
version: alpha4
The text was updated successfully, but these errors were encountered:
You're right - the config file wasn't being loaded due to a change in the Toolbar passing the wrong parameters to grab the view, which ended up not loading the view, and the view instance got cached with the wrong setting.
I updated from alpha3 to alpha4 and view data is no longer being passed from view to view. I have a partial template that echos notices, for example "echo $validation->listErrors()". It's being called from a view so I can reuse the code. The $validation variable is no longer being passed from view to view. Has something changed in alpha4? I cannot figure out where from the changelog.
FYI:
Config\View.php
public $saveData = true;
version: alpha4
The text was updated successfully, but these errors were encountered: