Actions
Bug #1867
closedSort issue at first column of form field tables
Start date:
2022-11-10
Estimated time:
Found in version:
Description
I noticed a strange issue when trying to sort the first column of form field tables. See e.g.: https://demo.openatlas.eu/insert/artifact when selecting a place.
Other columns seem to work fine and also when looking at e.g. the place overview, sorting the first column works.
I'm not sure what the issue is exactly but would guess it has to do with the links in the first column.
Updated by Alexander Watzinger about 2 years ago
- Subject changed from Table sort issue in first column of table form fields to Table sort issue at first column of form field tables
Updated by Alexander Watzinger about 2 years ago
- Subject changed from Table sort issue at first column of form field tables to Sort issue at first column of form field tables
Updated by Andreas Olschnögger about 2 years ago
- Status changed from Assigned to Closed
Thanks for reporting.
This bug occurs because inside the first column there is not only the name but a link with the id. Therefore it was sorted by the id of the entity instead of the name.
The bug is now fixed and already on the develop branch above.
Actions