Merge pull request #19165 from eileenmcnaughton/pdf
[civicrm-core.git] / ext / search / ang / crmSearchActions.ang.php
CommitLineData
e78d6a2d 1<?php
493f83d4 2// Search actions module - provides dropdown menu with bulk actions to take on selected rows.
e78d6a2d
CW
3return [
4 'js' => [
44402a2e
CW
5 'ang/crmSearchActions.module.js',
6 'ang/crmSearchActions/*.js',
7 'ang/crmSearchActions/*/*.js',
e78d6a2d
CW
8 ],
9 'partials' => [
44402a2e 10 'ang/crmSearchActions',
e78d6a2d
CW
11 ],
12 'basePages' => [],
014174e7 13 'requires' => ['crmUi', 'crmUtil', 'dialogService', 'api4', 'checklist-model'],
e78d6a2d
CW
14 'settingsFactory' => ['\Civi\Search\Actions', 'getActionSettings'],
15 'permissions' => ['edit groups', 'administer reserved groups'],
16];