-
Notifications
You must be signed in to change notification settings - Fork 100
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
Tasks: New categories are not saved to backend/shared between instances #182
Comments
I also have the same problem. Actually, I think it is not necessarily connected with sessions. I can reproduce this problem as follows:
I've tried a clean installation of Nextcloud as well as Nextcloud hosting demo and I was able to reproduce this problem |
This is not implemented at the moment. Categories are not queried from the server, so the app is only aware of categories created after a page reload. This is basically covered in #89 already, so I close this here. Thanks for reporting anyway. |
@raimund-schluessler Thanks for your response. I don't think this is the same issue. The current task manager supports categories, however those categories are obviously not saved to the tasks in the database in such a way that other instances can reuse them. Your statement that they are only usable after a payload does not seem the case for me. The are not reusable at all. Implementing Nextcloud wide labelling would be even better. Yet I would already be happy if the current simple categories would work as expected. But perhaps I am overlooking or misunderstanding your comment here? |
The app is not aware of a list of categories available on the server, it does not load them from the server. You only see categories in this list, which were created in the current session, after you open the Tasks app. This local list is gone after you reload the page. Loading the categories list from the server is just not implemented yet, but it will be, when #89 is implemented. |
@raimund-schluessler Ah ok, then I don't see what the use of offering this functionality is at all at this point in time. If I understand correctly from your message, they are basically throwaway labels that after even a page reload will be ditched. Perhaps it would be advisable to disable this completely to prevent (more) confusion until #89 is implemented? Or perhaps I am misunderstanding your comment. |
Well, they are visible on the task where you added them to. So I think this is a helpfull already. But I agree, functionality is very limited at the moment. |
Steps to reproduce
Expected behaviour
Task categories that are added through one user session should be shared between sessions.
Actual behaviour
See 3.
Server configuration
Operating system: openSUSE Tumbleweed
Web server: Apache
Database: MariaDB
PHP version: 7.2
Nextcloud version: 13.0.4
Updated from an older Nextcloud/ownCloud or fresh install: Since 11ish.
Where did you install Nextcloud from: openSUSE build service RPMs
List of activated apps:
N.A. this only concerns Tasks.
Nextcloud configuration:
N.A. this only concerns Tasks.
Are you using external storage, if yes which one: No
Are you using encryption: No, full disk encryption on volume level.
Are you using an external user-backend, if yes which one: No
LDAP configuration (delete this part if not used)
N.A.
Client configuration
Browser: Firefox / Chrome
Operating system: Windows / Linux.
Logs
Web server error log
No usable log info found regarding unstorable categories.
Nextcloud log (data/nextcloud.log)
No usable log info found regarding unstorable categories.
Browser log
The developer tools show the event being updated in the PUT request with the label and ("Nieuwe categorie" = Dutch) and the new category. The newly added category is not reusable.
This issue was previously (incorrectly) registered under NC Server as: nextcloud/server#10365
The text was updated successfully, but these errors were encountered: