Bugfix: Issue 2743, allow users to remove ssh from admin settings

Review Request #3758 — Created Feb. 2, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Bugfix: Issue 2743, allow users to remove ssh from admin settings
Both manually and unit test passed, includes:
* Creating a key from scratch still works
* Deleting works

Manually tested: 
* Clicking Save when there's a key, doesn't trigger any event

Diff Revision 11

This is not the most recent revision of the diff. The latest diff is revision 12. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11
12
reviewboard/admin/forms.py
reviewboard/admin/tests.py
reviewboard/admin/views.py
reviewboard/templates/admin/ssh_settings.html
Loading...