diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-12 15:14:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-12 15:14:30 -0400 |
commit | 9cb069492c521009bd1f13afe70b02e92cb4dece (patch) | |
tree | ba18e1ca8d65fa59bbd5f239b1966a5343c8c683 /doc/bugs | |
parent | 747c85a07079692c2e168b469b1101a91a4f21a1 (diff) |
open bug from forum post
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/webapp_should_notice_when_remote_deletion_cannot_complete_due_to_not_syncing.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/webapp_should_notice_when_remote_deletion_cannot_complete_due_to_not_syncing.mdwn b/doc/bugs/webapp_should_notice_when_remote_deletion_cannot_complete_due_to_not_syncing.mdwn new file mode 100644 index 000000000..cee8da93f --- /dev/null +++ b/doc/bugs/webapp_should_notice_when_remote_deletion_cannot_complete_due_to_not_syncing.mdwn @@ -0,0 +1,4 @@ +When deleting a remote via the webapp, if syncing is disabled +the content will never get removed from the remote. So, the starting to +delete a remote should probably enable syncing to it, or warn if syncing is +disabled. --[[Joey]] |