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

Autosave is broken #3839

Closed
BacLuc opened this issue Sep 24, 2023 · 2 comments · Fixed by #3840 or #3873
Closed

Autosave is broken #3839

BacLuc opened this issue Sep 24, 2023 · 2 comments · Fixed by #3840 or #3873
Assignees

Comments

@BacLuc
Copy link
Contributor

BacLuc commented Sep 24, 2023

Screencast.from.24.09.2023.10.26.59.webm
@BacLuc BacLuc added the Bug label Sep 24, 2023
@manuelmeister
Copy link
Member

I think every autosave field does not work on dev anymore.

BacLuc added a commit to BacLuc/ecamp3 that referenced this issue Sep 25, 2023
In commit 24dc4bf the debouncedSave method was moved from
computed to the methods, where it seems to belong.
But the lodash debounce function returns a function, which
delays the invocation of the func when called, but does not directly
schedule the delayed function execution.
The caller has to do that by calling the returned function.
This apparently was done by vue before commit 24dc4bf,
because it was a computed property.

closes ecamp#3839
@BacLuc BacLuc changed the title Editing material items is not possible Autosave is broken Sep 25, 2023
@usu
Copy link
Member

usu commented Sep 28, 2023

#3840 (comment)

@usu usu reopened this Sep 28, 2023
@usu usu self-assigned this Sep 30, 2023
@usu usu closed this as completed in #3873 Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
3 participants