-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Task info (project, date...) not showing #338
Comments
Seconding this. I tried enforcing show queries, but alas. |
This may be the result of the interaction between the plugin settings & the query settings. If the plugin setting is are turned off then that will take precedence over the query setting. I'd advise leaving the plugin settings as all on and using the query settings to control on per-query basis. This will result in the same behaviour after the deprecated settings are removed. @tmllull is this the case for you? Or are you experiencing a different issue? |
FYI I was encountering this issue too, turned the settings back on but now the project and date show even when I don't put in the "show" part of the query. |
Hi @jamiebrynes7, I enabled the dates from the config and now the dates are displayed; thanks for the advice! So, if I understood it, when plugin options are removed, the fields to show will be controlled directly from the query, but, for now, we need to activate one by one, right? |
Describe the bug
The information about the tasks is not showing.
To Reproduce
Create a simple query like:
Expected behavior
As the key
show
is not set, all the related info for every task must be rendered, as the documentation says: "If omitted, all task metadata will be rendered."Screenshots
Code:
Result:
Desktop (please complete the following information):
Additional context
Before I think every task shows the project, due date, etc. I don't know from when this is happening. I tried to force showing only specific info, but not works.
The text was updated successfully, but these errors were encountered: