Skip to content

Commit

Permalink
[TASK] Remove "Set" button in belog extension
Browse files Browse the repository at this point in the history
The "Set" button is obsolete because the filter change automatically on dropdown select.

Resolves: #83895
Releases: master, 8.7
Change-Id: I0f0acf05a5c06395bb8710829d68e5add9462d94
Reviewed-on: https://review.typo3.org/55717
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Wolf <andreas.wolf@typo3.org>
Tested-by: Andreas Wolf <andreas.wolf@typo3.org>
  • Loading branch information
gmartino27 authored and andreaswolf committed Feb 18, 2018
1 parent aa4ce89 commit 96d3514
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -125,7 +125,6 @@
</label>
</span>
</div>

</div>

<div class="form-group">
Expand All @@ -148,9 +147,9 @@
</span>
</div>
</div>
</f:if>

<div class="form-group">
<f:form.submit id="submit-constraint" value="{f:translate(key: 'set')}" class="btn btn-default btn-sm" />
</div>
<div class="form-group">
<f:form.submit id="submit-constraint" value="{f:translate(key: 'set')}" class="btn btn-default btn-sm" />
</div>
</f:if>
</f:form>

0 comments on commit 96d3514

Please sign in to comment.