Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
objectstore-jdo-1.5.0, core-1.5.0
-
None
Description
as per https://isis.apache.org/more-advanced-topics/how-to-09-030-How-to-use-a-generic-repository.html
disableFindByTitle() should be disableFindByTitle(String)
When I made the fix as a quick experiment, it then also threw up another issue because the JDO objectstore doesn't implement hasInstances(). So that (at least) also needs fixing.