mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
70a2a653ff
Summary: In D4359 I fixed an error with 'lint' in SVN repositories, but created an error with the 'lint' column in Javascript. Specifically, when we load the column information over Ajax, we now always include a 'lint' key, even if there is no lint column. Instead, access the 'lint' property conditionally (so SVN works) but don't include the key if there's no data (so Javascript works). Test Plan: Loaded SVN, non-SVN non-lint, non-SVN+lint repositories. Everything appeared to work correctly. Reviewers: asherkin, codeblock Reviewed By: codeblock CC: aran Differential Revision: https://secure.phabricator.com/D4578 |
||
---|---|---|
.. | ||
DiffusionBranchTableView.php | ||
DiffusionBrowseTableView.php | ||
DiffusionCommentListView.php | ||
DiffusionCommentView.php | ||
DiffusionCommitChangeTableView.php | ||
DiffusionEmptyResultView.php | ||
DiffusionHistoryTableView.php | ||
DiffusionTagListView.php | ||
DiffusionView.php |