Page MenuHomePhabricator

D9955.id23892.diff
No OneTemporary

D9955.id23892.diff

diff --git a/src/workflow/ArcanistPhrequentWorkflow.php b/src/workflow/ArcanistPhrequentWorkflow.php
--- a/src/workflow/ArcanistPhrequentWorkflow.php
+++ b/src/workflow/ArcanistPhrequentWorkflow.php
@@ -49,14 +49,10 @@
$i = 0;
foreach ($results as $result) {
- if ($result['ongoing']) {
- if ($i === 0) {
- $column_type = 'In Progress';
- } else {
- $column_type = 'Suspended';
- }
+ if ($i === 0) {
+ $column_type = 'In Progress';
} else {
- $column_type = 'Stopped';
+ $column_type = 'Suspended';
}
$table->addRow(array(

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 23, 3:16 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7718644
Default Alt Text
D9955.id23892.diff (629 B)

Event Timeline