Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions app/src/Controller/ExternalIdentitiesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
// sort of an MVEA, so maybe it makes sense to treat it as such.
class ExternalIdentitiesController extends MVEAController {
protected array $paginate = [
'order' => [
'Name.family' => 'asc'
],
'sortableFields' => [
'Names.given',
'Names.family'
Expand Down Expand Up @@ -136,4 +133,4 @@ public function relink(string $id) {
$this->set('vv_title', __d('operation', 'relink.a', [__d('controller', 'ExternalIdentities', [1])]));

$this->set('vv_external_identity', $this->ExternalIdentities->get((int)$id, contain: 'Names'));
}}
}}