-
Bug
-
Resolution: Fixed
-
Low
-
Minor
Issue Summary
From this change log https://developer.atlassian.com/platform/forge/changelog/#CHANGE-1179 , the license details were changed, and as well on the docs that it was changed too. However, the library @forge/bridge still has the old library structure:
export interface FullContext { accountId?: string; cloudId?: string; extension: ExtensionData; license?: LicenseState; localId: string; locale: string; moduleKey: string; siteUrl: string; timezone: string; } interface LicenseState { isActive?: boolean; }
Steps to Reproduce
- Have a Custom UI Forge app.
- Use the view bridge module https://developer.atlassian.com/platform/forge/custom-ui-bridge/view/#example-2.
- The old license structure still returns.
Expected Results
New structure.
Actual Results
Old structure.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
ECO-73 Using "active" instead of "isActive" to perform a license check on Forge UI Kit 1 applications fails
-
- Closed
-
-
ECOHELP-27130 Failed to load
-
EXT-1287 Failed to load
-
EXT-1446 Failed to load
This should now be resolved, please add a comment if you find that you find that there are still problems with it.