Fix/provider deleted display#5
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
JSON_EXTRACT is MySQL-specific and not available in H2. Skip the workflow reference check when running on databases that don't support it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Previously only handled soft-deleted providers. Now also covers disabled providers (enabled=0) filtered out by the dropdown query. Uses providerName from config if available, falls back to i18n key. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…dels - Show "Name(不可用)" as disabled red option in provider dropdown - Show "model(不可用)" in red in model field when provider unavailable - Strip "(不可用)" suffix before API submission - Apply same fix to AgentList and WorkflowEdit views - Use non-scoped CSS to reliably penetrate Element Plus components - Refine Chinese labels for provider/model form fields - Add GitHub issue #2 for provider deleted display bug Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…on CI Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Type
Description
Fix: when a Provider is soft-deleted or disabled, the Agent edit page and Workflow LLM node edit page displayed the raw numeric providerId instead of the provider name.
Backend changes:
Frontend changes:
Testing
Checklist
Related Issue
Closes #2
Screenshots (if applicable)