mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-27 04:07:19 +02:00
clean up sk/fb
This commit is contained in:
parent
a967d9a538
commit
131ebcc684
7 changed files with 59 additions and 379 deletions
|
@ -1,7 +1,4 @@
|
|||
<div af-fieldset="">
|
||||
<div class="af-container af-layout-inline af-container-style-pane" af-title="Filters">
|
||||
<af-field name="Contact_ContactCategory_contact_id_01.category_definition_id" defn="{search_operator: 'IN', input_attrs: {autoOpen: true, multiple: true}, security: 'FBAC', label: 'Category'}" />
|
||||
<af-field name="display_name" defn="{search_operator: 'CONTAINS', input_attrs: {}, label: 'Name'}" />
|
||||
</div>
|
||||
<crm-search-display-table search-name="Contacts_by_category" display-name="Contacts_by_category_Table_1"></crm-search-display-table>
|
||||
<af-field name="Contact_ContactCategory_id_01.category_definition_id" defn="{input_attrs: {multiple: true}, label: 'Category'}" />
|
||||
<crm-search-display-table search-name="Contacts_by_category_uxxr" display-name="Contacts_by_category"></crm-search-display-table>
|
||||
</div>
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"type": "search",
|
||||
"requires": null,
|
||||
"entity_type": null,
|
||||
"join_entity": null,
|
||||
"title": "Contacts by category",
|
||||
"description": "Individuals only",
|
||||
"title": "Contacts by Category",
|
||||
"placement": [],
|
||||
"summary_contact_type": null,
|
||||
"summary_weight": null,
|
||||
"icon": "fa-tags",
|
||||
"server_route": "civicrm/contact/search/category",
|
||||
"is_public": false,
|
||||
"server_route": "civicrm/search/contacts-by-category",
|
||||
"permission": [
|
||||
"access CiviCRM"
|
||||
],
|
||||
"permission_operator": "AND",
|
||||
"navigation": {
|
||||
"parent": "Search",
|
||||
"label": "Contacts by Category",
|
||||
"weight": 0
|
||||
},
|
||||
"modified_date": "2025-02-27 18:24:17",
|
||||
"requires": null,
|
||||
"entity_type": null,
|
||||
"join_entity": null,
|
||||
"description": null,
|
||||
"summary_contact_type": null,
|
||||
"summary_weight": null,
|
||||
"is_public": false,
|
||||
"redirect": null,
|
||||
"submit_enabled": true,
|
||||
"submit_limit": null,
|
||||
"create_submission": false,
|
||||
"manual_processing": false,
|
||||
"allow_verification_by_email": false,
|
||||
"email_confirmation_template_id": null,
|
||||
"navigation": {
|
||||
"parent": "Search",
|
||||
"label": "Contacts by category",
|
||||
"weight": 0
|
||||
},
|
||||
"modified_date": "2025-02-25 14:51:17"
|
||||
"create_submission": null,
|
||||
"manual_processing": null,
|
||||
"allow_verification_by_email": null,
|
||||
"email_confirmation_template_id": null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue