Skip to content

fix: validate that parameter names are unique #7882

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

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Jun 6, 2023

Fixes #7291

Without this check it will fail on the database insert (as the names must be unique) and the template create will hang.

I am not sure if the wording is that great, if there are any ideas let me know.

dupe

@code-asher code-asher force-pushed the asher/duplicate-parameters branch 3 times, most recently from 48e2cb8 to 15daad1 Compare June 6, 2023 22:40
@code-asher code-asher force-pushed the asher/duplicate-parameters branch from 15daad1 to 72df92f Compare June 6, 2023 22:47
@code-asher code-asher marked this pull request as ready for review June 6, 2023 23:20
@code-asher code-asher requested a review from mtojek June 6, 2023 23:21
Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍 !

@code-asher code-asher merged commit 125e9ef into main Jun 7, 2023
@code-asher code-asher deleted the asher/duplicate-parameters branch June 7, 2023 17:44
@github-actions github-actions bot locked and limited conversation to collaborators Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

template is hanging on "cleaning up" and giving me no error
2 participants