Changeset View
Changeset View
Standalone View
Standalone View
src/applications/maniphest/view/ManiphestTaskResultListView.php
| Show First 20 Lines • Show All 249 Lines • ▼ Show 20 Lines | $editor = hsprintf( | ||||
| '', | '', | ||||
| $submit, | $submit, | ||||
| $hidden); | $hidden); | ||||
| $editor = phabricator_form( | $editor = phabricator_form( | ||||
| $user, | $user, | ||||
| array( | array( | ||||
| 'method' => 'POST', | 'method' => 'POST', | ||||
| 'action' => '/maniphest/batch/', | 'action' => '/maniphest/bulk/', | ||||
amckinley: And definitely no reason to worry about saved POST urls. | |||||
| 'id' => 'batch-select-form', | 'id' => 'batch-select-form', | ||||
| ), | ), | ||||
| $editor); | $editor); | ||||
| $box = id(new PHUIObjectBoxView()) | $box = id(new PHUIObjectBoxView()) | ||||
| ->setHeaderText(pht('Batch Task Editor')) | ->setHeaderText(pht('Batch Task Editor')) | ||||
| ->appendChild($editor); | ->appendChild($editor); | ||||
| $content = phutil_tag_div('maniphest-batch-editor', $box); | $content = phutil_tag_div('maniphest-batch-editor', $box); | ||||
| return $content; | return $content; | ||||
| } | } | ||||
| } | } | ||||
And definitely no reason to worry about saved POST urls.