- Issue created by @akhoury
- 🇷🇺Russia shevgeny Moscow
The module without the patch doesn't sort images at all, with the patch - it sometimes sorts, sometimes doesn't.
Hello! I solved the problem this way.
Edit file: "modules/fiu/templates/fine-image-widget.html.twig"
After (~38 lines):{% if data.title %} {{ data.title }} {% endif %}
Add:
{% if data._weight %}{{ data._weight }}{% endif %}
- First commit to issue fork.
- Status changed to Needs work
9 months ago 3:11pm 5 March 2024 - 🇮🇳India divya.sejekan
Tried with both MR's , The changes are not reflected . Still the sort is not working
Hello @divya.sejekan please use the latest patch added I have tested it in plain drupal setup.
It is working as needed.- Issue was unassigned.
- Status changed to Needs review
9 months ago 5:58am 6 March 2024