Add a public profile API for external integrations#397
Merged
michaelnpsp merged 2 commits intomichaelnpsp:mainfrom Apr 8, 2026
Merged
Add a public profile API for external integrations#397michaelnpsp merged 2 commits intomichaelnpsp:mainfrom
michaelnpsp merged 2 commits intomichaelnpsp:mainfrom
Conversation
Owner
|
Just a question, the Grid2Options addon is not loaded by default, but the API added is assuming the options addon is loaded, is this correct ? Or should i add a check to load Grid2Options addon to avoid crashes in the API ? |
Contributor
Author
|
We are handling this on WagoUI side for now by loading the AddOn on demand when needed. I'm not sure if a separate solution is needed, I personally think the current solution is fine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Grid2ProfileAPIfor external consumers that need profile export/import accessContext
This is used by the WagoUI project from Method:
https://github.com/methodgg/wago-creator-ui
The previous WagoUI-side implementation had to hook into Grid2 internals to support profile export/import. This change gives external consumers a much cleaner integration point and keeps the addon-owned behavior inside Grid2.
Notes