Skip to content

fix: validate that parameter names are unique#7882

Merged
code-asher merged 1 commit into
mainfrom
asher/duplicate-parameters
Jun 7, 2023
Merged

fix: validate that parameter names are unique#7882
code-asher merged 1 commit into
mainfrom
asher/duplicate-parameters

Conversation

@code-asher

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

Copy link
Copy Markdown
Member

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

@mtojek mtojek left a comment

Copy link
Copy Markdown
Member

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