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

Adding and removing article unit ratio causes error on save #53

Closed
lentschi opened this issue Mar 29, 2024 · 0 comments
Closed

Adding and removing article unit ratio causes error on save #53

lentschi opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lentschi
Copy link
Contributor

lentschi commented Mar 29, 2024

Steps to reproduce:

  • open article edit form of an article that has a article untit ratio
  • add another article unit ratio without saving
  • remove the article unit ratio that has been added in the previous step
  • save the form

-> unexpected error 404

@lentschi lentschi added the bug Something isn't working label Mar 29, 2024
@lentschi lentschi added this to the Ready for MR milestone Mar 29, 2024
@lentschi lentschi self-assigned this Mar 29, 2024
@lentschi lentschi changed the title [INCOMPLETE] Adding and removing article unit ratio causes error on save Adding and removing article unit ratio causes error on save Mar 29, 2024
lentschi added a commit that referenced this issue May 4, 2024
Explanation of why this only occurs now: The previous rails version ignored invalid ids
for `accepts_nested_attributes_for` parameters, the new one doesn't.
-> We need to avoid sending them.
lentschi added a commit that referenced this issue May 4, 2024
Explanation of why this only occurs now: The previous rails version ignored invalid ids
for `accepts_nested_attributes_for` parameters, the new one doesn't.
-> We need to avoid sending them.
lentschi added a commit that referenced this issue May 24, 2024
Explanation of why this only occurs now: The previous rails version ignored invalid ids
for `accepts_nested_attributes_for` parameters, the new one doesn't.
-> We need to avoid sending them.
lentschi added a commit that referenced this issue Jul 26, 2024
Explanation of why this only occurs now: The previous rails version ignored invalid ids
for `accepts_nested_attributes_for` parameters, the new one doesn't.
-> We need to avoid sending them.
lentschi added a commit that referenced this issue Oct 11, 2024
Explanation of why this only occurs now: The previous rails version ignored invalid ids
for `accepts_nested_attributes_for` parameters, the new one doesn't.
-> We need to avoid sending them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant