From df9cb93e7d87cccddf3c4440241827781d570154 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 30 Nov 2022 14:50:03 +1300 Subject: [PATCH] Add afform for report listing --- ext/civiimport/ang/afsearchMyImports.aff.html | 3 +++ ext/civiimport/ang/afsearchMyImports.aff.json | 23 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 ext/civiimport/ang/afsearchMyImports.aff.html create mode 100644 ext/civiimport/ang/afsearchMyImports.aff.json diff --git a/ext/civiimport/ang/afsearchMyImports.aff.html b/ext/civiimport/ang/afsearchMyImports.aff.html new file mode 100644 index 0000000000..bc64d9fc9c --- /dev/null +++ b/ext/civiimport/ang/afsearchMyImports.aff.html @@ -0,0 +1,3 @@ +
+ +
diff --git a/ext/civiimport/ang/afsearchMyImports.aff.json b/ext/civiimport/ang/afsearchMyImports.aff.json new file mode 100644 index 0000000000..a574500353 --- /dev/null +++ b/ext/civiimport/ang/afsearchMyImports.aff.json @@ -0,0 +1,23 @@ +{ + "type": "search", + "requires": [], + "entity_type": null, + "join_entity": null, + "title": "My Imports", + "description": "", + "is_dashlet": false, + "is_public": false, + "is_token": false, + "contact_summary": null, + "summary_contact_type": null, + "icon": "fa-list-alt", + "server_route": "civicrm/imports/my-listing", + "permission": "access CiviCRM", + "redirect": null, + "create_submission": false, + "navigation": { + "parent": "Reports", + "label": "My Imports", + "weight": 15 + } +} -- 2.25.1