- Issue created by @mlncn
- πΊπΈUnited States cedewey Denver, CO
mlncn β credited cedewey β .
Postpone until tests in place.
Basically we don't pass the all items text into getSequencedElements, so we cannot bail on doing the sequencing if that text is present.
$all_items_text = $this->getSetting('all_items_text');
$sequences = $this->getSequencedElements($elements, $items, $treat_as_one, $treat_as_one_label, $output_as_link, $langcode);
But we also use the all_items info as a check to see if we *do* the sequencing, so short-circuiting would probably mess up logic in the view method.
Active
3.0
Code
mlncn β credited cedewey β .