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

fix: allow apps to opt out of plugin logic [LIBS-579] #833

Merged
merged 2 commits into from May 6, 2024

Conversation

tomzemp
Copy link
Member

@tomzemp tomzemp commented Mar 1, 2024

This allows to apps to skip the PluginLogic (post-robot communciations and styling for implementing resizing logic) of app-platform). See https://dhis2.atlassian.net/jira/software/c/projects/LIBS/issues/LIBS-579

If property skipPluginLogic: true is added in d2.config.js, this will be skipped. By default, the PluginLogic will be implemented, but in cases where this is unnecessary for a plugin or potentially problematic (Maps app), this can be disabled.

Note in maps app, there is an apparent conflict between the app-platform PluginLogic component's resizing logic and the styling in the maps app (which caused the map plugin to not display properly).

@tomzemp tomzemp merged commit d450758 into master May 6, 2024
6 checks passed
@tomzemp tomzemp deleted the LIBS-579/opt-out-plugin-logic branch May 6, 2024 16:14
dhis2-bot added a commit that referenced this pull request May 6, 2024
## [11.2.2](v11.2.1...v11.2.2) (2024-05-06)

### Bug Fixes

* allow apps to opt out of plugin logic [LIBS-579] ([#833](#833)) ([d450758](d450758))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 11.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants