mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#12207 Fix status
This commit is contained in:
parent
de2221d9b7
commit
f859049acf
@ -1992,12 +1992,6 @@ class DiscoveryTaskList extends HTML
|
||||
&& (bool) empty($task['summary']) === true
|
||||
) {
|
||||
$status = __('Not started');
|
||||
} else if ($task['utimestamp'] > 0
|
||||
&& (bool) empty($task['summary']) === true
|
||||
) {
|
||||
$status = __('Pending');
|
||||
} else if ($task['utimestamp'] > 0) {
|
||||
$status = __('Done');
|
||||
} else {
|
||||
$status = __('Pending');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user