Added pagination to organisation pages
This commit is contained in:
parent
1df31d79a0
commit
4644f9217e
6 changed files with 249 additions and 16 deletions
|
@ -33,6 +33,7 @@ sub startup {
|
|||
|
||||
push @{ $self->commands->namespaces }, __PACKAGE__ . '::Command';
|
||||
|
||||
$self->plugin('Pear::LocalLoop::Plugin::BootstrapPagination', { bootstrap4 => 1 } );
|
||||
$self->plugin('Pear::LocalLoop::Plugin::Validators');
|
||||
|
||||
$self->plugin('Authentication' => {
|
||||
|
|
Reference in a new issue