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

enhancement: Generate ID's: make this unique for a whole project (~Flexibility Services) #646

Open
jvanattedev opened this issue Aug 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jvanattedev
Copy link

If you do not have IDs for your UI5 components in the view, the UI5 Language Assistant allows you to generate IDs for the whole file. This occurs when "flexEnabled": true, in manifest.json. Unfortunately, this still generates errors in a UI5 project, since the IDs are unique in the file, but not across the whole project.

This results in errors such as:
Error: Error: adding element with duplicate id 'application-app-tile-component---worklist--_IDGenText1'

The request: is it possible to have the tools generate unique IDs across the whole project. This would be really useful for Flexibility Services.

@MN-public MN-public added the enhancement New feature or request label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants