fix: enqueue demo data setup on setup complete (backport #39043) (#39044)

fix: enqueue demo data setup on setup complete (#39043)

(cherry picked from commit 877cc7255d)

Co-authored-by: Smit Vora <smitvora203@gmail.com>
This commit is contained in:
mergify[bot]
2023-12-31 18:25:15 +05:30
committed by GitHub
parent 89d1069472
commit d8cf994e94
2 changed files with 1 additions and 5 deletions

View File

@@ -37,11 +37,6 @@ def get_setup_stages(args=None):
{"fn": setup_defaults, "args": args, "fail_msg": _("Failed to setup defaults")},
],
},
{
"status": _("Setting up demo data"),
"fail_msg": _("Failed to setup demo data"),
"tasks": [{"fn": setup_demo, "args": args, "fail_msg": _("Failed to setup demo data")}],
},
{
"status": _("Wrapping up"),
"fail_msg": _("Failed to login"),