Skip to content

Commit

Permalink
[BUGFIX] Retain user-entered searchword after submit
Browse files Browse the repository at this point in the history
Merge pull request #622 from s2b/patch-1 thx to Simon Praetorius
  • Loading branch information
sbusemann authored Jan 13, 2025
2 parents 02668cd + 247ea09 commit 5d07af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Backend/Searchform.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name="filter[searchword]"
id="searchword"
class="form-control"
value="{femanager:Misc.Request(parameter:'tx_femanager_web_femanagerm1|filter|searchword')}" />
value="{femanager:Misc.Request(parameter:'filter|searchword')}" />
</div>
<div class="form-group">
<f:form.submit
Expand Down

0 comments on commit 5d07af2

Please sign in to comment.