You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@juliushaertl
If the user changes the description and changes the due all changes made to the description are lost after page reload.
If I only change the description all changes are saved.
Tested on try.nextcloud, too.
@juliushaertl
If the user changes the description and changes the due all changes made to the description are lost after page reload.
If I only change the description all changes are saved.
Tested on try.nextcloud, too.
We save here the due date with the complete copied card. But we don't know if the description was changed, because this happens in another component:
https://github.com/nextcloud/deck/blob/master/src/components/card/CardSidebarTabDetails.vue#L216-L217 (update)
https://github.com/nextcloud/deck/blob/master/src/components/card/CardSidebarTabDetails.vue#L120 (description)
The text was updated successfully, but these errors were encountered: