-
Notifications
You must be signed in to change notification settings - Fork 284
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
Comments
juliusknorr
added a commit
that referenced
this issue
Nov 12, 2023
fix #5254 fix #2705 Signed-off-by: Julius Härtl <[email protected]>
juliusknorr
added a commit
that referenced
this issue
Nov 12, 2023
fix #5254 fix #2705 Signed-off-by: Julius Härtl <[email protected]>
juliusknorr
added a commit
that referenced
this issue
Nov 13, 2023
fix #5254 fix #2705 Signed-off-by: Julius Härtl <[email protected]>
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
How to use GitHub
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:
Expected behavior
Notes should be saved on the card as soon as I type them so I never lose notes.
Screenshots
Client details:
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: **
List of activated apps:
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"
}
}
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... No
Logs
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: