Skip to content

fix: remove offline settings from panel settings#12924

Merged
wanghe-fit2cloud merged 1 commit into
dev-v2from
pr@dev-v2@fix_setting
Jun 3, 2026
Merged

fix: remove offline settings from panel settings#12924
wanghe-fit2cloud merged 1 commit into
dev-v2from
pr@dev-v2@fix_setting

Conversation

@ssongliu
Copy link
Copy Markdown
Member

@ssongliu ssongliu commented Jun 3, 2026

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 385446a37e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


<el-form-item :label="$t('setting.developerMode')" prop="developerMode">
<el-form-item
v-if="!isEnterprise"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Do not hide Developer Mode for Enterprise

This v-if hides the Developer Mode control for every Enterprise installation, even though the backend still returns developerMode in settings and still allows DeveloperMode updates through the normal setting validator. In Enterprise deployments that rely on this panel page to toggle developer mode, admins lose the only visible control for that setting; the offline-environment removal below does not require gating this unrelated form item.

Useful? React with 👍 / 👎.

@wanghe-fit2cloud wanghe-fit2cloud merged commit b8bd149 into dev-v2 Jun 3, 2026
4 checks passed
@wanghe-fit2cloud wanghe-fit2cloud deleted the pr@dev-v2@fix_setting branch June 3, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants