Description
I setup the desktop app and I can view all my tasks but I cannot create a new tasks from within a project or using the search command. It is possible to create a tasks from “Overview” but just like any other tasks it’s impossible to edit any of them. It only shows the name, project (tag), and description but no buttons or fields to edit.
Is this a bug or hasn’t this been implemented yet?
I’m using a selfhosted instance by the way.
Version: v1.0.0-rc2-288
OS: Arch Linux 6.17.8
Hey
Which version did you download for the desktop app? This sounds like you’re using an older version with a newer API, which use different permission handling.
Hi, thanks for the reply
I listed the version in the post but here’s the specific package I use:
Vikunja Desktop-v1.0.0-rc2-288-g37473005.pacman
According to the timestamp, this was released today…
And I used /api/v1 as shown by the API documentation .
Which api version are you using?
Doesn’t it default to the latest? The about section shows v0.24.6
Oh and sidenote, I notice now that I can create a task using a command but there’s still no input field for creating a new task inside projects, and I’m still unable to delete/edit them.
That’s not the same as the unstable desktop package you’re using. You’ll need to either upgrade your api or downgrade your desktop client.
Okay thanks! However, using v0.24.6 results in Error javascript desktop version · Issue #404 · go-vikunja/vikunja · GitHub , and the official TrueNAS app for Vikunja uses v0.24.6 for the API. This means nobody using the official TrueNAS version can use the desktop app.
The documentation states:
For installations using docker, it is as simple as using the unstable or latest tag to switch between versions.
Would it be a good idea to have the user choose the tag/branch when configuring the TrueNAS app?
By the way, I’ll try to use a custom app using the unstable branch and report back
TrueNAS is not an official package by Vikunja, I think that would be a feature request for them
1 Like
They’re not planning to merge the unstable tag, so let’s wait for the next official release
opened 03:59AM - 17 Nov 25 UTC
closed 10:17AM - 17 Nov 25 UTC
enhancement
### App Name
Vikunja
### Current Version (TrueNAS Catalog App Version)
1.5.20…
### Enhancement Description
Vikunja has an unstable branch (currently at v1.0.0-rc2) with an updated API. Vikunja's desktop app needs to match the API version for it to properly function but the latest release version of Vikunja (v0.24.6) has a [bug](https://github.com/go-vikunja/vikunja/issues/404), to which the developer suggested to upgrade to the unstable branch.
Ultimately, it's impossible to use the desktop application and connect it to a TrueNAS hosted instance because you'll either run into the bug or mismatching versions.
### Use Case
This would allow users of Vikunja's Desktop application to connect it to their TrueNAS hosted instance of Vikunja without using a custom app.
### Proposed Solution
Add an input field or dropdown in which the user can choose between the release or unstable tag
### Alternatives Considered
I'm currently using a custom app pulling from vikunja/vikunja:unstable.
### Additional Context
See this thread:
https://community.vikunja.io/t/cant-create-or-edit-tasks-in-desktop-app/4173