mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 09:56:10 +01:00
[TASK] Add no cHash feature
This commit is contained in:
parent
cd16e498b0
commit
424279282d
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ plugin.tx_events {
|
|||
# if set to 1, the enable fields are ignored in BE context
|
||||
ignoreAllEnableFieldsInBe = 0
|
||||
# Should be on by default, but can be disabled if all action in the plugin are uncached
|
||||
requireCHashArgumentForActionArguments = 1
|
||||
requireCHashArgumentForActionArguments = 0
|
||||
}
|
||||
mvc {
|
||||
#callDefaultActionIfActionCantBeResolved = 1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="col-8 mb-5">
|
||||
<!-- TODO bg color classes not loaded in scss -->
|
||||
|
||||
<f:form action="search" additionalAttributes="{role: 'form'}" method="get" addQueryString="1">
|
||||
<f:form action="search" controller="Date" additionalAttributes="{role: 'form'}" method="get">
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="p-3 mb-2 bg-light text-dark">
|
||||
<f:form action="search" additionalAttributes="{role: 'form'}" method="get" addQueryString="1">
|
||||
<f:form action="search" controller="Event" additionalAttributes="{role: 'form'}" method="get">
|
||||
<div class="input-group mb-3">
|
||||
<f:form.textfield name="search" value="{search}" class="form-control" />
|
||||
<f:form.submit value="Search" class="btn btn-outline-secondary" />
|
||||
|
|
Loading…
Reference in a new issue