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

Fixes: #17459 - Ensure help text on component create forms shows both bulk edit and substitution token instructions #17931

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

bctiemann
Copy link
Contributor

Fixes: #17459

This PR does two things:

  1. Ensures that the The string <code>{module}</code> will be replaced with the position of the assigned module, if any. string is shown on the name field of modular component create forms, in addition to the Alphanumeric ranges are supported for bulk creation string, instead of the latter overwriting the former

  2. Moves the {module} help_text logic from InterfaceCreateForm to the generic ComponentCreateForm so that it applies to all modular device components which share the same bulk creation logic

Screenshot 2024-11-04 at 3 54 53 PM

…it__ so it applies to all component types, and fix formatting
arthanson
arthanson previously approved these changes Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component Name help_text is overwritten
3 participants