Fix errors with the use_ticket_auth form field.
Review Request #4035 — Created April 9, 2013 and submitted
Fix errors with the use_ticket_auth form field. When saving repositories, we can sometimes hit an issue where get_scmtool() fails due to the repository object not actually existing. Since we don't really care about having this in extra_data for repositories which don't support ticket auth, we don't need to include this check.
Ran unit tests.
Description | From | Last Updated |
---|---|---|
What concerns me is that this doesn't break in any unit tests. Maybe we should add one. Also, does this … |
chipx86 |