-
Bug
-
Resolution: Fixed
-
Low
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: No
Steps to Reproduce
- Following documentation guidance update a Forge UI Kit 1 app to use "active" instead of "isActive" to perform license check
- Deploy new version of application
For example the problem occurs when changing a license check as follows:
if (context.license?.isActive === true)
to be
if (context.license?.active === true)
Expected Results
Licence check works
Actual Results
Licence check fails
Workaround
Do not make the recommended change, continue to use isActive.
- is related to
-
ECO-70 License type object returned by view.getContext() in `@forge/bridge` does not have the new structure
-
- Closed
-
-
ECOHELP-28190 Failed to load
- is blocked by
-
EXT-1464 Loading...
- relates to
-
EXT-1497 Loading...
[ECO-73] Using "active" instead of "isActive" to perform a license check on Forge UI Kit 1 applications fails
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Closed [ 6 ] |
Remote Link | Original: This issue links to "EXT-1497 (Jira)" [ 830871 ] | New: This issue links to "EXT-1497 (Ecosystem Platform)" [ 830871 ] |
Remote Link | New: This issue links to "EXT-1497 (Jira)" [ 830871 ] |
Labels | New: ecosystem forge |
Priority | Original: High [ 2 ] | New: Low [ 4 ] |
Remote Link | Original: This issue links to "EXT-1464 (Jira)" [ 825550 ] | New: This issue links to "EXT-1464 (Ecosystem Platform)" [ 825550 ] |
Description |
Original:
h3. Issue Summary
This is reproducible on Data Center: No h3. Steps to Reproduce # Following documentation guidance update a Forge UI Kit 1 app to use "active" instead of "isActive" to perform license check # Deploy new version of application For example the problem occurs when changing a license check as follows: {{if (context.license?.isActive === true)}} to be {{if (context.license?.active === true)}} h3. Expected Results Licence check works h3. Actual Results Licence check fails h3. Workaround Do not make the recommended change, continue to use active. |
New:
h3. Issue Summary
This is reproducible on Data Center: No h3. Steps to Reproduce # Following documentation guidance update a Forge UI Kit 1 app to use "active" instead of "isActive" to perform license check # Deploy new version of application For example the problem occurs when changing a license check as follows: {{if (context.license?.isActive === true)}} to be {{if (context.license?.active === true)}} h3. Expected Results Licence check works h3. Actual Results Licence check fails h3. Workaround Do not make the recommended change, continue to use isActive. |
Remote Link | New: This issue links to "EXT-1464 (Jira)" [ 825550 ] |
Description |
Original:
h3. Issue Summary
This is reproducible on Data Center: No h3. Steps to Reproduce # Following documentation guidance update a Forge UI Kit 1 app to use "active" instead of "isActive" to perform license check # Deploy new version of application For example: Changing a line: {{if (context.license?.active === true)}} to be {{if (context.license?.isActive === true)}} h3. Expected Results Licence check works h3. Actual Results Licence check fails h3. Workaround Do not make the recommended change, continue to use active. |
New:
h3. Issue Summary
This is reproducible on Data Center: No h3. Steps to Reproduce # Following documentation guidance update a Forge UI Kit 1 app to use "active" instead of "isActive" to perform license check # Deploy new version of application For example the problem occurs when changing a license check as follows: {{if (context.license?.isActive === true)}} to be {{if (context.license?.active === true)}} h3. Expected Results Licence check works h3. Actual Results Licence check fails h3. Workaround Do not make the recommended change, continue to use active. |