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

wrong component selector for custom components in the projects folder generated by schematics #977

Closed
SGrueber opened this issue Jan 12, 2022 · 0 comments · Fixed by #1240
Labels
bug Something isn't working
Milestone

Comments

@SGrueber
Copy link
Collaborator

SGrueber commented Jan 12, 2022

Actual Behavior
If you create new components as a customer using schemetics usually the components selector starts with the prefix 'custom_'. If you create new components in the projects folder, e.g. in the organization-management, the component selector prefix 'ish_' is still used.

Expected Behavior
The prefix of the new components is also 'custom' for components generated in projects.

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. As a developer open vsc
  2. Start to create a new component under projects/organization-management/src/app/components using Intershop-schemetics
  3. Finish the wizard
  4. Check the prefix selector in your new component. It starts with 'ish_'

Environment Details

  • Desktop: *

    • OS: [e.g. iOS]
    • Browser [e.g. chrome, safari], Version [e.g. 22]
    • Project Code Version
  • Smartphone: *

    • Device: [e.g. iPhone6]
    • OS: [e.g. iOS8.1]
    • Browser [e.g. stock browser, safari], Version [e.g. 22]
    • Project Code Version

Additional Context, like Screenshots, Log File Snippets etc.

AB#72603

@SGrueber SGrueber added the bug Something isn't working label Jan 12, 2022
@SGrueber SGrueber changed the title wrong component selector for custom components in the projects folder generated by schemetics wrong component selector for custom components in the projects folder generated by schematics Aug 3, 2022
@suschneider suschneider added this to the 3.0 milestone Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants