Skip to content
Snippets Groups Projects
Commit b7fd005a authored by Sebastian Castro's avatar Sebastian Castro
Browse files

elements: do not propose filtering status by ModifiedPendingVersion

parent 40296904
No related branches found
Tags v2.3.1
No related merge requests found
......@@ -31,7 +31,7 @@ class ElementAdminFilters extends ElementAdminAbstract
[
'choices' => array_flip(array_map(function($value) {
return $this->t('elements.fields.status_choices.' . $value);
}, ['' => '',-6 => -6,-5 => -5,-4 => -4,-3 => -3,-2 => -2,-1 => -1,0 => 0,1 => 1,2 => 2,3 => 3,4 => 4,5 => 5,6 => 6,7 => 7])), // TODO
}, ['' => '',-6 => -6,-4 => -4,-3 => -3,-2 => -2,-1 => -1,0 => 0,1 => 1,2 => 2,3 => 3,4 => 4,5 => 5,6 => 6,7 => 7])), // TODO
'expanded' => false,
'multiple' => false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment