Skip to content

Commit

Permalink
Merge pull request #1027 from wklken/fix_default_app_open_migrate
Browse files Browse the repository at this point in the history
fix(paas/app): migration fail
  • Loading branch information
wklken authored Aug 19, 2022
2 parents 7e4c7c5 + 63ae5fc commit 67ed971
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.22
2.14.23
2 changes: 0 additions & 2 deletions paas2/paas/app/migrations/0012_init_default_or_third_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def load_data(apps, schema_editor):
is_platform=True,
is_default=True,
external_url="http://%s" % settings.HOST_CC,
open_mode="new_tab",
),
App(
name="作业平台",
Expand All @@ -59,7 +58,6 @@ def load_data(apps, schema_editor):
is_platform=True,
is_default=True,
external_url="http://%s" % settings.HOST_JOB,
open_mode="new_tab",
),
]
)
Expand Down
3 changes: 3 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Log
===============================
# 2.14.23
- bugfix: bk_cmdb/bk_job默认new tab打开导致migration失败

# 2.14.22
- update: bk_cmdb/bk_job默认new tab打开
- update: 桌面用户默认壁纸设置为拉伸
Expand Down

0 comments on commit 67ed971

Please sign in to comment.