Uploaded image for project: 'Atlassian Ecosystem'
  1. Atlassian Ecosystem
  2. ECO-73

Using "active" instead of "isActive" to perform a license check on Forge UI Kit 1 applications fails

    • Severity 3 - Minor
    • Hide

      We plan to revert the documentation change, so that application developers are not asked to modify the licence checks on Forge UI Kit 1 applications

      Show
      We plan to revert the documentation change, so that application developers are not asked to modify the licence checks on Forge UI Kit 1 applications

      Issue Summary

      This is reproducible on Data Center: No

      Steps to Reproduce

      1. Following documentation guidance update a Forge UI Kit 1 app to use "active" instead of "isActive" to perform license check
      2. 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.

            [ECO-73] Using "active" instead of "isActive" to perform a license check on Forge UI Kit 1 applications fails

            No work has yet been logged on this issue.

              f4f68395d19c Quoc Lieu
              ddraper@atlassian.com Dave
              Affected customers:
              0 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: