event notified for description changes without changes
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
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
Our card descriptions in one project are usually copied and pasted HTML-content. In editing mode they look fine, in view mode they are just one "BLOB" of text without breaks.
If our users want to find quickly the information they are looking for or want to mark and copy something, the often klick on "edit mode" and then everything is displayed fine. They (including myself) don't change any space or other character, but there is always fired an event notification for a changed card. This is displayed in the timeline and send by mail.
To Reproduce
Steps to reproduce the behavior:
- Go to card description
- Click on 'edit description'
- wait a couple of seconds until it says "saving"
- check your notifications/mails
Expected behavior
There shouldn't be a notification or timeline entry, when nothing is being changed.
Client details:
- Ubuntu 20.04
- Firefox 99.0
Server details
Operating system:
Ubuntu 20.04
Web server:
Apache 2.4.53
Database:
Ver 15.1 Distrib 10.3.34-MariaDB
PHP version:
8.0.17
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
Signing status:
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps:
Enabled:
- accessibility: 1.9.0
- activity: 2.15.0
- admin_audit: 1.13.0
- bbb: 2.2.0
- bookmarks: 10.2.1
- bruteforcesettings: 2.3.0
- calendar: 3.2.2
- calendar_resource_management: 0.1.0-alpha2
- circles: 23.1.0
- cloud_federation_api: 1.6.0
- collectives: 0.22.22
- comments: 1.13.0
- contacts: 4.1.0
- contactsinteraction: 1.4.0
- dashboard: 7.3.0
- dav: 1.21.0
- deck: 1.6.1
- federatedfilesharing: 1.13.0
- federation: 1.13.0
- files: 1.18.0
- files_external: 1.15.0
- files_pdfviewer: 2.4.0
- files_rightclick: 1.2.0
- files_sharing: 1.15.0
- files_trashbin: 1.13.0
- files_versions: 1.16.0
- files_videoplayer: 1.12.0
- firstrunwizard: 2.12.0
- groupfolders: 11.1.2
- impersonate: 1.10.0
- issuetemplate: 0.7.0
- logreader: 2.8.0
- lookup_server_connector: 1.11.0
- nextcloud_announcements: 1.12.0
- notes: 4.3.1
- notifications: 2.11.1
- oauth2: 1.11.0
- password_policy: 1.13.0
- passwords: 2022.4.20
- photos: 1.5.0
- polls: 3.5.4
- previewgenerator: 4.0.0
- privacy: 1.7.0
- provisioning_api: 1.13.0
- recommendations: 1.2.0
- richdocuments: 5.0.3
- richdocumentscode: 21.11.204
- serverinfo: 1.13.0
- settings: 1.5.0
- sharebymail: 1.13.0
- spreed: 13.0.4
- support: 1.6.0
- survey_client: 1.11.0
- systemtags: 1.13.0
- tasks: 0.14.4
- text: 3.4.1
- theming: 1.14.0
- twofactor_backupcodes: 1.12.0
- updatenotification: 1.13.0
- user_status: 1.3.1
- viewer: 1.7.0
- weather_status: 1.3.0
- workflowengine: 2.5.0
Disabled:
- cms_pico: 1.0.18
- encryption
- files_fulltextsearch: 23.0.0
- files_fulltextsearch_tesseract: 22.0.0
- fulltextsearch: 23.0.0
- fulltextsearch_elasticsearch: 23.0.0
- guests: 2.1.0
- integration_whiteboard: 0.0.14
- user_ldap
Nextcloud configuration:
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "23.0.3.2",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"default_language": "de",
"logtimezone": "Europe\/Berlin",
"installed": true,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_smtpauth": 1,
"mail_smtpauthtype": "LOGIN",
"mail_smtpport": "465",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"app.mail.server-side-cache.enabled": true,
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"enabledPreviewProviders": {
"1": "OC\\Preview\\Image",
"2": "OC\\Preview\\MarkDown",
"3": "OC\\Preview\\MP3",
"4": "OC\\Preview\\TXT",
"6": "OC\\Preview\\Movie"
},
"enable_previews": true,
"theme": "",
"loglevel": 1,
"trashbin_retention_obligation": "auto",
"updatechecker": false,
"mysql.utf8mb4": true,
"htaccess.IgnoreFrontController": true,
"htaccess.RewriteBase": "\/",
"updater.release.channel": "stable",
"app_install_overwrite": [
"occweb",
"issuetemplate"
],
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"default_phone_region": "DE",
"mail_sendmailmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***"
}
}
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) ...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the Deck card description editor using the listed steps, then trace the save path and the event or notification generated for a description update. Done means opening and saving an unchanged description produces no notification or timeline entry; the payload does not name a source file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- full-stack
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100