Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[TASK] Fix typo and add example for requireCHashArgumentForActionArgu…
…ments

Fixed a typo and added an example for EXT:indexed_search.

Releases: master, 8.7
Resolves: #85942
Change-Id: Iffcecd753843733ef96c9e41da808a47b943405e
Reviewed-on: https://review.typo3.org/58004
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: Mathias Brodala <mbrodala@pagemachine.de>
  • Loading branch information
andypa authored and mbrodala committed Aug 27, 2018
1 parent ecda10a commit 5f4ec3a
Showing 1 changed file with 11 additions and 2 deletions.
Expand Up @@ -34,7 +34,16 @@ Either one of the following:

+ ensure to use a valid cHash, e.g. by removing the
:html:`noCacheHash="1"` argument from link view-helpers
+ disable the :ts:`feature.requireCHashArgumentForActionArguments`
setting for the particular extension
+ disable the :ts:`requireCHashArgumentForActionArguments` feature, e.g. for EXT:indexed_search:

.. code-block:: ts
plugin {
tx_indexedsearch {
features {
requireCHashArgumentForActionArguments = 0
}
}
}
.. index:: Frontend, PHP-API, ext:extbase

0 comments on commit 5f4ec3a

Please sign in to comment.