mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
Exception occurs when trying to reorder rows by Category column #827
This commit is contained in:
parent
e7695b3ee6
commit
f06629d3a3
@ -668,7 +668,7 @@ public abstract class AbstractCollectionDatasource<T extends Entity<K>, K>
|
||||
return !metadata.getTools().isLob(prop) ||
|
||||
persistenceManagerService.supportsLobSortingAndFiltering(storeName);
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
})
|
||||
.map(MetadataObject::getName)
|
||||
.map(propName -> propertyPath.toString().concat(".").concat(propName))
|
||||
|
Loading…
Reference in New Issue
Block a user