Issue with Component Creation: Duplicate Names Allowed & Special Character Restriction

Created on 18 March 2025, 19 days ago

Overview

While adding components, I encountered the following issues:

1) Duplicate Component Names:
I was able to add a component with the same name as an existing one, resulting in multiple components with identical names.
However, when I attempted to add another component with the same name, a JavaScript error was thrown:
'js_component' entity with ID 'hero' already exists.

2) Special Character Restriction in Component Names:
When trying to create a component with an apostrophe or special characters in its name, the system displayed an error:
- [id] Does not match the regex pattern ^[a-z]([a-zAโ€ฆregex pattern ^[a-z]([a-zA-Z0-9_-]*[a-zA-Z0-9])*$
- The "who's_this" machine name is not valid.

3) Conflict with Dynamic Components:

When attempting to add 2nd component with the same name as a dynamic component (e.g., 'breadcrumb'), the following error occurred :
'js_component' entity with ID 'breadcrumb' already exists.

Proposed resolution

- The system should prevent duplicate component names upon the first attempt.
- Proper validation should be in place to allow meaningful names while ensuring compliance with system requirements.
- Error messages should be more user-friendly and clearly indicate what needs to be corrected.

User interface changes

๐Ÿ› Bug report
Status

Active

Version

0.0

Component

Page builder

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024