Skip to content

Commit

Permalink
fix(admin/revision): trash view only working for super user (sorting) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei authored Oct 4, 2024
1 parent 5668ed4 commit b328bcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ public function build(QueryTable $table): void
$table
->setIdField('ouuid')
->setLabelAttribute('label')
->setExtraFrontendOption(['order' => [$this->userService->isSuper() ? 3 : 4, 'desc']])
->setDefaultOrder('modified', 'desc');

$table->addColumn(t('field.label', [], 'emsco-core'), 'label');

0 comments on commit b328bcf

Please sign in to comment.