tag unselected will show up - no possibility to remove the tag
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug (deck: 1.11.2)
tag unselected will show up - no possibility to remove the tag
To Reproduce Steps to reproduce the behavior:
- click on card details
- unselect specific tag
- tag still will show up in the card
- remove the tag completely did not help - no way to "un-tag" the tag from the card
Expected behavior a unselected tag should disappear from card, currently when when select the tag "done" - both tags are shown into the card (done & action required)
Screenshots If applicable, add screenshots to help explain your problem.
Client details:
- OS: Windows 11 Pro / newest Patch version
- Browser MS Edge /newest version (Version 120.0.2210.61 (Offizielles Build) (64-Bit))
- Device: desktop win
Server details
Operating system:
RHEL 8.8
Web server: apache 2.4
Database:
mariadb 15.6
PHP version: 8.2
Nextcloud version: (see Nextcloud admin page)
27.1.4
Where did you install Nextcloud from:
origin source
Signing status:
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
no errors
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Logs
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...