aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynce...
diff options
context:
space:
mode:
authorGravatar Farhan <Farhan@web>2016-06-14 06:40:54 +0000
committerGravatar admin <admin@branchable.com>2016-06-14 06:40:54 +0000
commitc796de95aba9abca13c61e00fca517b48926eaa8 (patch)
treeaf9f7958ad9628ed4112b13173d4e468cf86f764 /doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynced_repo.mdwn
parentfcf653c9e04fdf9f29b597a2d239e49bcfbc33fc (diff)
Diffstat (limited to 'doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynced_repo.mdwn')
-rw-r--r--doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynced_repo.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynced_repo.mdwn b/doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynced_repo.mdwn
new file mode 100644
index 000000000..61fb707db
--- /dev/null
+++ b/doc/todo/PATCH__58___Fixes_bug_where_webapp_allows_user_to_attempt_deleting_an_unsynced_repo.mdwn
@@ -0,0 +1,9 @@
+I made an attempt to tackle the following bug:
+
+[webapp should notice when remote deletion cannot complete due to not syncing](https://git-annex.branchable.com/bugs/webapp_should_notice_when_remote_deletion_cannot_complete_due_to_not_syncing/)
+
+My changes are in the following git repository
+
+[https://github.com/kathawala/git-annex.git](https://github.com/kathawala/git-annex.git)
+
+And the specific commit which fixes the bug is in a branch titled "unsync-nodelete". I have tested the change, it greys out and disables the "Delete" option in the "Actions" dropdown menu of the webapp for any repo in the "Repolist" view which has its syncing disabled. There is also some hover text which explains why the option is greyed out. Hope it is satisfactory! Thanks for your great work!!