owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
420 stars 156 forks source link

download in editor context menu downloads last saved state (what about dirty state?) #11072

Open kulmann opened 2 weeks ago

kulmann commented 2 weeks ago

Description

For downloads from within an editor it could be perceived as a bug, that the last server side known state is downloaded while changes to the open document don't appear in the download. We should save the document before downloading it.

User Stories

Value

UX

Acceptance Criteria

Definition of ready

Definition of done

tbsbdr commented 2 weeks ago

I'd keep it simple and save implicitly before download. if the save is unwanted, the user can still go back in versions. lets keep it simple, no risk no fun, quod licet Iovi, non licet bovi.

kulmann commented 2 weeks ago

if the save is unwanted, the user can still go back in versions.

... well, that's not true for share receivers, because versions are not exposed in shares. ;-) But anyway, fine by me. I'll change the acceptance criteria accordingly.

tbsbdr commented 2 weeks ago

ok, lets try. if accidents happen, we can adjust it and add a safety net dialog.