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

Fix identifier mask POST param for edit (#1653) #1655

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

anvit
Copy link
Contributor

@anvit anvit commented Sep 14, 2023

Identifier mask should to be set for both create and edit actions since an identifier might be generated during either of those actions. Since we're only calling the handleIdentifierMask function during create, this is never set for the edit action, which leads to the count being wrong if a user generates a new identifier during an edit action.

Identifier mask should to be set for both create and edit actions since
an identifier might be generated during either of those actions.
@anvit anvit added this to the 2.8.0 milestone Sep 14, 2023
@anvit anvit self-assigned this Sep 14, 2023
@anvit anvit requested a review from a team September 14, 2023 18:45
@anvit anvit merged commit e3e0ef7 into qa/2.x Sep 15, 2023
6 checks passed
@anvit anvit deleted the dev/issue-1653-identifier-counter branch September 15, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Identifier counter does not increment when used to modify existing descriptions
2 participants