Exception occurs when trying to reorder rows by Category column #827

This commit is contained in:
Andrey Subbotin 2018-05-11 15:56:39 +04:00
parent e7695b3ee6
commit f06629d3a3

View File

@ -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))