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

    XMLWordPrintable

Details

    • 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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              f4f68395d19c Quoc Lieu
              ddraper@atlassian.com Dave
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: