voyage
voyage copied to clipboard
typo conflict on VOReadOperation & VOExternalRepository >> #synchronize:
in VOReadOperation
where: aBlockClosure
where := aBlockClosure
in VOExternalRepository
synchronize: anObject
...
some code
...
json := self readOneOperation
queryClass: objectClass;
where: (Dictionary with: self fieldRootId -> id);"HERE ! it insert a dictionary instead of a block"
basicSelectOne.
...
some code