-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/custom onDropHandler for viewportGrid #4641
base: master
Are you sure you want to change the base?
Feat/custom onDropHandler for viewportGrid #4641
Conversation
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ohif-platform-docs canceled.
|
Can you rebase on top of the new customization service and follow what's done there please? Sorry for the inconvenience |
651d7f7
to
6196ac2
Compare
@sedghi I’ve rebased and updated the changes based on the new customization service. |
const updatedViewports = _getUpdatedViewports(viewportId, displaySetInstanceUID); | ||
viewportGridService.setDisplaySetsForViewports(updatedViewports); | ||
let dropHandlerPromise = Promise.resolve({ handled: false }); | ||
const customOnDropHandler = customizationService.getCustomization('customOnDropHandler'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to provide a default null in the customizations folder in the extension. Also document it in here https://docs.ohif.org/platform/services/customization-service/customizationService#customizable-parts-of-ohif
Context
Changes & Results
Testing
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Tested Environment