-
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
Bug when drag and dropping a task to other lists, but passing through other tasks on the way #1799
Comments
Duplicate of #1685. The reason why this happens is the new CalDAV trash bin feature of NC server. Tasks don't get deleted anymore, but just marked as deleted, also when moved. Hence, the task is still in list1 (just marked as deleted) and moving it back will fail. Requires fixes in NC server. |
Duplicate of #1685. The reason why this happens is the new CalDAV trash bin feature of NC server. Tasks don't get deleted anymore, but just marked as deleted, also when moved. Hence, the task is still in list1 (just marked as deleted) and moving it back will fail. Requires fixes in NC server. If you want to move the task back, first delete it from list1 in the trash bin. Then moving back works as expected. |
Thank you so much, @raimund-schluessler ! That makes a lot of sense, and I'm glad that there is a small workaround for this. I still hope that this could be fixed on the server side. I'm sorry that I didn't find #1685 ; I did search, but didn't use the right keywords, it seem. Have a nice day ! |
No problem! There will be a proper fix for it at some point. |
Steps to reproduce
Expected behaviour
The task should go back into list 1 without any issues.
Actual behaviour
The mention "An error occurred" will appear. The only way to put the task back to its previous list is by deleting it and recreating it entirely. I suspect that when doing a drag and drop in this way, a copy of the task is kept in list 1, preventing it from being put back into it.
Server configuration detail
Operating system: Linux 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64
Webserver: nginx/1.18.0 (fpm-fcgi)
Database: mysql 10.3.31
PHP version:
7.4.23
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, readline, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, bcmath, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 22.1.1 - 22.1.1.2
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
Array
(
)
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: No.
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Client configuration
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Operating system: Windows 10
The text was updated successfully, but these errors were encountered: