RadicalImaging / OHIFExtensionsAndModes

Radical's repository for OHIF extensions and modes
14 stars 8 forks source link

Newest OHIF Version has new setSynchronizer method name on #37

Open pedrokohler opened 1 year ago

pedrokohler commented 1 year ago

https://github.com/OHIF/Viewers/blob/43c882ac87f395f3a7bb88660b025975d4ce6573/extensions/cornerstone/src/services/SyncGroupService/SyncGroupService.ts#L73

We use this function that was previously called setSynchronizer and it has now changed to addSynchronizerType. It's used in the preRegistration hook.

We probably need to update it to the most recent change or change it back on OHIF because this is currently breaking (found it our while doing the Fuberlin merge)