mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 11:28:04 +02:00
package SK + FB
This commit is contained in:
parent
c6c1840073
commit
ca1360f8bf
7 changed files with 355 additions and 0 deletions
3
ang/afsearchCategory.aff.html
Normal file
3
ang/afsearchCategory.aff.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div af-fieldset="">
|
||||
<crm-search-display-list search-name="Category_for_contact" display-name="Category_for_contact_List_1" filters="{'contact_id': options.contact_id}"></crm-search-display-list>
|
||||
</div>
|
13
ang/afsearchCategory.aff.json
Normal file
13
ang/afsearchCategory.aff.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "search",
|
||||
"title": "Category",
|
||||
"placement": [
|
||||
"contact_summary_block"
|
||||
],
|
||||
"icon": "fa-list-alt",
|
||||
"server_route": "",
|
||||
"permission": [
|
||||
"access CiviCRM"
|
||||
],
|
||||
"permission_operator": "AND"
|
||||
}
|
5
ang/afsearchContactsByCategory.aff.html
Normal file
5
ang/afsearchContactsByCategory.aff.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div af-fieldset="" af-title="Contacts by Category">
|
||||
<af-field name="Contact_ContactCategory_contact_id_01.category" defn="{input_attrs: {multiple: true}}" />
|
||||
<af-field name="contact_sub_type" defn="{input_attrs: {multiple: true}}" />
|
||||
<crm-search-display-table search-name="Contacts_by_category" display-name="Contacts_by_category_Table_1"></crm-search-display-table>
|
||||
</div>
|
31
ang/afsearchContactsByCategory.aff.json
Normal file
31
ang/afsearchContactsByCategory.aff.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"type": "search",
|
||||
"title": "Contacts by category",
|
||||
"description": "Individuals only",
|
||||
"placement": [],
|
||||
"icon": "fa-tags",
|
||||
"server_route": "civicrm/contact/search/category",
|
||||
"permission": [
|
||||
"access CiviCRM"
|
||||
],
|
||||
"permission_operator": "AND",
|
||||
"navigation": {
|
||||
"parent": "Search",
|
||||
"label": "Contacts by category",
|
||||
"weight": 0
|
||||
},
|
||||
"modified_date": "2024-02-28 16:59:26",
|
||||
"requires": null,
|
||||
"entity_type": null,
|
||||
"join_entity": null,
|
||||
"summary_contact_type": null,
|
||||
"summary_weight": null,
|
||||
"is_public": false,
|
||||
"redirect": null,
|
||||
"submit_enabled": true,
|
||||
"submit_limit": null,
|
||||
"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