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

CRUD Generator: Remove lastUpdatedAt argument from update mutations #1799

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

nsams
Copy link
Member

@nsams nsams commented Mar 7, 2024

This argument has the problem that it doesn't work well with multiple forms that are submitted together, eg. with two forms in tabs that get saved using a SaveBoundary.

We decided to simply drop this argument.

@nsams nsams requested a review from johnnyomair March 7, 2024 07:46
@nsams nsams self-assigned this Mar 7, 2024
@johnnyomair johnnyomair changed the title Remove lastUpdatedAt argument from update mutations CRUD Generator: Remove lastUpdatedAt argument from update mutations Mar 7, 2024
@nsams nsams force-pushed the remove-lastupdatedat branch 2 times, most recently from 671eb3e to 2e947f9 Compare March 7, 2024 08:34
@johnnyomair
Copy link
Collaborator

@nsams could you please rebase this PR?

nsams and others added 2 commits March 7, 2024 10:04
This argument has the problem that it doesn't work well with multiple forms that are submitted together, eg. with
two forms in tabs that get saved using a SaveBoundary.

We decided to simply drop this argument.
Co-authored-by: Johannes Obermair <48853629+johnnyomair@users.noreply.github.com>
@nsams nsams force-pushed the remove-lastupdatedat branch from 693afc7 to cae7bef Compare March 7, 2024 09:04
@nsams nsams requested a review from johnnyomair March 7, 2024 09:05
@johnnyomair johnnyomair merged commit 0e6debb into next Mar 7, 2024
10 checks passed
@johnnyomair johnnyomair deleted the remove-lastupdatedat branch March 7, 2024 10:37
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.

2 participants