fix hidden save button in file manager

This commit is contained in:
Simon Vieille 2024-03-25 13:02:20 +01:00
parent 4082bb171a
commit 5b22851674
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
### Fixed
* fix default crud sort
* fix hidden save button in file manager
## [v1.24.1] - 2024-02-01
### Fixed

View file

@ -197,6 +197,10 @@
</div>
<div>
{% if splInfo.isFile and not isLocked %}
<button type="submit" class="btn btn-sm btn-primary" form="form-fm-attributes">{{ 'Save'|trans }}</button>
{% endif %}
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{ 'Close'|trans }}</button>
</div>
{% endif %}