Skip to content
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

Update integration-router to use the new .send method and default lifecycle events. #346

Open
wants to merge 1 commit into
base: integration-factory-and-model-updates
Choose a base branch
from

Conversation

seanspeaks
Copy link
Contributor

@seanspeaks seanspeaks commented Oct 17, 2024

Update the "options" class to read from the updated integration and module Definition fields properly.

The main changes include:

  • Updating this.display.name to read from params.display.label instead of params.display.name
  • Changing this.module.getName() to this.module.definition.getName()

Formatting automatically applied via prettier/eslint fix for the integration-router.js and auther.js files.

The integration-router.js file has been updated to use the new send method for various integration actions, replacing direct method calls like onCreate, onUpdate, onDelete, etc.

…ecycle events.

Update the "options" ... mixin? class? to read from the updated integration and module Definition fields properly.

Formatting automatically applied via prettier/eslint fix, so just leaving it in there, but that's it for the auther.js file.
Copy link

sonarcloud bot commented Oct 17, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@seanspeaks seanspeaks marked this pull request as ready for review October 17, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant