Skip to content
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

Card notes dont get saved unless you click on another card. #5254

Closed
DrekiDegga opened this issue Nov 3, 2023 · 1 comment · Fixed by #5280
Closed

Card notes dont get saved unless you click on another card. #5254

DrekiDegga opened this issue Nov 3, 2023 · 1 comment · Fixed by #5280

Comments

@DrekiDegga
Copy link

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

When typing notes on a card, notes don't get saved to the card if you click on blank space on the deck page to click off the card.

Notes do get saved if you click on another card.

To Reproduce
Steps to reproduce the behavior:

  1. Open a card and add some notes.
  2. Click off of the card by clicking on blank space in deck, but not on another card
  3. Click back on the same card again.
  4. No notes on the card.

Expected behavior
Notes should be saved on the card as soon as I type them so I never lose notes.

Screenshots

image

Client details:

  • OS: Debian Linux
  • Browser Firefox
  • Version 115.3.1 ESR
  • Device: Laptop.
Server details

OS: Debian 12:

**Web server: Apache2 **

Database: MariaDB

PHP version: 8.2.7

Nextcloud version:27.1.3 (see Nextcloud admin page)

Where did you install Nextcloud from:Manually installed on a LAMP stack. Database hosted on a seperate VM

**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 have been found.

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

Enabled:
  - activity: 2.19.0
  - admin_audit: 1.17.0
  - breezedark: 27.0.0
  - bruteforcesettings: 2.7.0
  - calendar: 4.5.2
  - checksum: 1.2.2
  - cloud_federation_api: 1.10.0
  - comments: 1.17.0
  - contacts: 5.4.2
  - contactsinteraction: 1.8.0
  - cospend: 1.5.10
  - dashboard: 7.7.0
  - dav: 1.27.0
  - deck: 1.11.0
  - federatedfilesharing: 1.17.0
  - federation: 1.17.0
  - files: 1.22.0
  - files_external: 1.19.0
  - files_pdfviewer: 2.8.0
  - files_reminders: 1.0.0
  - files_rightclick: 1.6.0
  - files_sharing: 1.19.0
  - files_trashbin: 1.17.0
  - files_versions: 1.20.0
  - firstrunwizard: 2.16.0
  - impersonate: 1.14.0
  - logreader: 2.12.0
  - lookup_server_connector: 1.15.0
  - mail: 3.4.4
  - metadata: 0.19.0
  - news: 24.0.0
  - nextcloud_announcements: 1.16.0
  - notes: 4.8.1
  - notifications: 2.15.0
  - oauth2: 1.15.1
  - password_policy: 1.17.0
  - passwords: 2023.10.30
  - photos: 2.3.0
  - previewgenerator: 5.3.0
  - privacy: 1.11.0
  - provisioning_api: 1.17.0
  - recommendations: 1.6.0
  - related_resources: 1.2.0
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - sharebymail: 1.17.0
  - side_menu: 3.10.3
  - spreed: 17.1.2
  - support: 1.10.0
  - survey_client: 1.15.0
  - suspicious_login: 5.0.0
  - systemtags: 1.17.0
  - tasks: 0.15.0
  - text: 3.8.0
  - theming: 2.2.0
  - twofactor_admin: 4.3.0
  - twofactor_backupcodes: 1.16.0
  - twofactor_nextcloud_notification: 3.8.0
  - twofactor_totp: 9.0.0
  - updatenotification: 1.17.0
  - user_status: 1.7.0
  - viewer: 2.1.0
  - weather_status: 1.7.0
  - workflowengine: 2.9.0
Disabled:
  - circles: 27.0.1 (installed 0.17.10)
  - encryption: 2.15.0
  - libresign: 7.1.1 (installed 7.1.1)
  - registration: 2.2.0 (installed 2.2.0)
  - user_ldap: 1.17.0


Nextcloud configuration:

{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"1.degga.net",
"www.degga.net",
"degga.net"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://1.degga.net",
"dbtype": "mysql",
"version": "27.1.3.2",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"default_phone_region": "US",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"loglevel": 0,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"dbindex": 0,
"timeout": 1.5
},
"filelocking.enabled": "true",
"htaccess.RewriteBase": "/",
"appstore.experimental.enabled": true,
"maintenance": false,
"theme": "",
"has_rebuilt_cache": true,
"mail_sendmailmode": "smtp",
"simpleSignUpLink.shown": false,
"twofactor_enforced": "true",
"twofactor_enforced_groups": [
"admin",
"registered",
"Users"
],
"twofactor_enforced_excluded_groups": [],
"mysql.utf8mb4": true,
"updater.release.channel": "stable",
"enforce_theme": "",
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}

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/... No

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) ...
@DrekiDegga
Copy link
Author

This fix was partially implemented, however, if your last character in your note is a return, the card won't automatically save.

So if I type a note and then hit return before clicking off the note leaving a line break at the bottom of the note, the entire note will not be saved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant