We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue with checklist sharing feature in the repository.
Checklist share functionality does not share a list of items, but object details instead.
When I create a checklist and share it, the app shares the following result rather than the actual content:
[{"dateCreated":1696091464923,"id":1,"isDone":false,"title":"Check1"},{"dateCreated":1696091464923,"id":2,"isDone":false,"title":"Check2"},{"dateCreated":1696091464923,"id":3,"isDone":true,"title":"Check3"},{"dateCreated":1696091464923,"id":4,"isDone":true,"title":"Check4"},{"dateCreated":1696091464923,"id":5,"isDone":false,"title":"Check5"}]
The text was updated successfully, but these errors were encountered:
It's a duplicate of #533.
Sorry, something went wrong.
Ok sorry but it's feature request and I think this is a bug!
No branches or pull requests
There is an issue with checklist sharing feature in the repository.
Checklist share functionality does not share a list of items, but object details instead.
When I create a checklist and share it, the app shares the following result rather than the actual content:
[{"dateCreated":1696091464923,"id":1,"isDone":false,"title":"Check1"},{"dateCreated":1696091464923,"id":2,"isDone":false,"title":"Check2"},{"dateCreated":1696091464923,"id":3,"isDone":true,"title":"Check3"},{"dateCreated":1696091464923,"id":4,"isDone":true,"title":"Check4"},{"dateCreated":1696091464923,"id":5,"isDone":false,"title":"Check5"}]
The text was updated successfully, but these errors were encountered: