Closed lynnerup closed 2 months ago
I quickly looked into the source code, it looks like it was a simple typo. Its trying to update by calling update on a CLASS and not on the class instance. should be fixable by simply changing ProjectViewService
to projectViewService
.
file is ProjectSettingsViews.vue
Maybe i can open a PR...
Here is the PR: https://github.com/go-vikunja/vikunja/pull/318
Would be nice if someone could look into it!
Fixed in https://github.com/go-vikunja/vikunja/commit/435cb2e7f753a1d8add6b4914890bf1ea93ab8c6, please check with the next unstable build (should be ready for deployment in ~45min, also on try).
Description
When saving any proejct view, the view is not saved, and you see an error saying "G.update is not a function".
As of writing, the error can be reproduced using "Project 1" in the demo site.
How to reproduce
Vikunja Version
v0.24.1-43-ec2c2e74f0
Browser and version
Google Chrome Version 127.0.6533.120 (Officiel version) (64-bit)
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots