-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathinfo.xml
35 lines (35 loc) · 1.52 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<extension key="nz.co.fuzion.relatedpermissions" type="module">
<file>relatedpermissions</file>
<name>Related Permissions Module</name>
<description>This makes the relationship permission tick work as a full ACL. In combination with access CiviCRM contacts can be found in search etc</description>
<urls>
<url desc="Main Extension Page">https://civicrm.org/extensions/relationship-permissions-acls</url>
<url desc="Licensing">https://civicrm.org/licensing</url>
</urls>
<license>AGPL</license>
<maintainer>
<author>Eileen McNaughton</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2022-08-22</releaseDate>
<version>1.9.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
</compatibility>
<comments>This extension makes the permission flag on a relationship work as a true ACL. In core CiviCRM that flag only allows the user to see the contact dashboard. However, in many cases it is a useful mechanism to give people permission to view contact records and search for contacts.
This version also allows relationship types to be forced to being permissioned (via the relationship config screen) </comments>
<civix>
<namespace>CRM/Relatedpermissions</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Relatedpermissions_Upgrader</upgrader>
</extension>