formatd/useractionhistory
composer require formatd/useractionhistory
A request history for Neos FLow applications.
v1.0.0
Readme excerpt
FormatD.UserActionHistoryA request history for Neos FLow applications. This package was mainly build for CRUD like backend interfaces but can be used for a lot of use cases.
What does it do?It provides a session scope object with the possibility to add requests into a history stack. With this history it is possible for example to handle back-links or redirects back to the previous page after some action.
Adding EntriesInject the UserActionHistory into your controller and add entries like that. You should not add unsafe requests (e.g. POST) to the history because if you redirect to them later it will have unexpected results.
$this->userActionHistory->…Read more
The same vendor provides 14 package(s).