voyage icon indicating copy to clipboard operation
voyage copied to clipboard

typo conflict on VOReadOperation & VOExternalRepository >> #synchronize:

Open CafeKrem opened this issue 4 years ago • 1 comments

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 

CafeKrem avatar Jun 02 '20 09:06 CafeKrem