If I create a sortable table with the following header definition then the rendered link of "Foo bar" table header contains the ?order=Foo%20bar
instead of ?order=baz
.
$headers['foobar'] = [
'data' => $this->t('Foo bar'),
'field' => 'baz',
'sort' => 'desc',
];
Needs work
11.0 🔥
theme system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.