Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Marketplace app status initially disabled #27330

Merged
merged 5 commits into from Jan 12, 2023

Commits on Nov 23, 2022

  1. fix: 🐛 Implement probable fix for apps being installed as disabled

    Implemented a probable fix for the bug in which marketplace apps would, initially, be shown as disabled and then change to installed after a page reload. The bug probably happens because when first installing an app it will have a status of initialized in the apps engine, this initialized status wasnt considered in the app status verification logic which made it show a status of disabled in the UI.
    rique223 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    bf22e6f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    467b55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d788ac View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    44c69ba View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    7a8ec6d View commit details
    Browse the repository at this point in the history