Change setErrorView to setInfoView in PHUIObjectBoxView

Summary: Renames the method in PHUIObjectBoxView to match the new PHUIInfoView class.

Test Plan: grepped codebase. Went to Calendar and tried a new status.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12005
This commit is contained in:
Chad Little
2015-03-06 17:03:18 -08:00
parent 8da5b6255d
commit 076cc6ed7e
17 changed files with 24 additions and 24 deletions

View File

@@ -270,7 +270,7 @@ final class ManiphestReportController extends ManiphestController {
$panel = new PHUIObjectBoxView();
$panel->setHeaderText($header);
if ($caption) {
$panel->setErrorView($caption);
$panel->setInfoView($caption);
}
$panel->appendChild($table);