formatd/useractionhistory

Last activity 10 Aug 2018 1 186
composer require formatd/useractionhistory

A request history for Neos FLow applications.

v1.0.0

Version
v1.0.0
Type
neos-package
Release Date
Aug 10, 2018 09:48
Source
git
Distribution
zip
Requires
  • neos/flow: >=4.0
MIT f281cfd153e468dad0c018cdd692de1ff63ff9c8

Readme excerpt

FormatD.UserActionHistory

A 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 Entries

Inject 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 14 package(s).