-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.4.3.18 CE GA18, Master
-
Component/s: Objects
-
Fix Priority:4
-
Git Pull Request:
Summary:
It is not possible the entries by a field that was created after the object is published
Steps to Reproduce:
- Create an object with a field and publish it
- Add another field to it
- Go to the object portlet
- Add some entries
- Try to order by the field that was created on Step #2
Expected Result:
Entries are ordered
Actual Result:
Empty page is displayed
2022-02-07 13:44:22.697 ERROR [http-nio-8080-exec-3][WebApplicationExceptionMapper:38] com.liferay.portal.odata.sort.InvalidSortException: Unable to sort by property: text2 com.liferay.portal.odata.sort.InvalidSortException: Unable to sort by property: text2 at com.liferay.portal.odata.internal.sort.SortParserImpl.lambda$getSortFieldOptional$2(SortParserImpl.java:159) ~[?:?] at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_221] ...
Verified on master: 9b3fee728a74f755915572ef7f6defca699b7e78
- is duplicated by
-
LPS-149210 Blank page is displayed when clicking to sort for a field that was created after the object is published
- Closed
- is related to
-
LPS-149204 Entries are not displayed when creating a default sort with a new field added after the object is published
- Closed
- mentioned in
-
Page Loading...