Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15423390
D9955.id23892.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
629 B
Referenced Files
None
Subscribers
None
D9955.id23892.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9955: Remove "Stopped" logic from Phrequent workflows
Attached
Detach File
Event Timeline
Log In to Comment