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

Checklists can't be checked anymore in rendering mode #2069

Closed
Nyco opened this issue Jun 25, 2020 · 2 comments
Closed

Checklists can't be checked anymore in rendering mode #2069

Nyco opened this issue Jun 25, 2020 · 2 comments

Comments

@Nyco
Copy link
Contributor

Nyco commented Jun 25, 2020

Describe the bug
Checklists can be created using Markdown syntax "- [ ]".
When the editing mode is closed, the rendering mode does allow to check and uncheck checkboxes and after a second or two Deck says the modification is saved, but it the progress n/m is not updated on the card metadata in the stack, and when you come back the checkboxes are untouched/unmodified.

You need to edit the card and use the "- [x]" syntax.

To Reproduce
Steps to reproduce the behavior:

  1. Go to edit a card
  2. Add a checklist using the "- [ ] text"/"- [x] text" syntax
  3. Close the editing mode
  4. Check and uncheck some of the checkboxes

Expected behavior

Some Gherkin language:

GIVEN I view a saved card in rendering mode (not editing mode) containing a Markdown checklist
WHEN I check and/or uncheck some of the boxes
THEN the progress n/m on the card metadata is updated
  AND the boxes checked/unchecked are saved
BUT the progress n/m on the card metadata is NOT updated
  AND the boxes checked/unchecked are NOT saved

Screenshots
If applicable, add screenshots to help explain your problem.

Client details:

Deck 1.0.3 and Nextcloud 18 and 19

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]
  • Device: [e.g. iPhone6, desktop]
Server details

Operating system:

Web server:

Database:

PHP version:

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:

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) ...
@stefan-niedermann
Copy link
Member

stefan-niedermann commented Jun 25, 2020

Hey there,

thank you for the report. This is a duplicate of #2061 and has been fixed in #2062 (which will be shipped in 1.0.4).

@Nyco
Copy link
Contributor Author

Nyco commented Jun 25, 2020

Thanks a lot, that's awesome.
Sorry, I performed a search beforehand, but only open issues :/ I'm stooopid :)

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

No branches or pull requests

2 participants