We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Mh, interesting. Did you set it up as described here: https://tasklite.org/web_based_guis/web_app#usage ?
Sorry, something went wrong.
Yep. I'm using latest commit.
Oh, I only created the necessary view in my local database for testing. I created a new tracking issue for this at #93.
As a quickfix you can simply execute this query on your main.db:
main.db
CREATE VIEW "tasks_head" AS SELECT * FROM tasks_view WHERE closed_utc IS NULL ORDER BY priority DESC, due_utc ASC, ulid DESC LIMIT 50
Works, thanks.
No branches or pull requests
The text was updated successfully, but these errors were encountered: