-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
executable file
·35 lines (32 loc) · 1.4 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="org.amnesty.es.autogroupassignments" type="module">
<file>autogroupassignments</file>
<name>Auto Group Assignments</name>
<description>
Auto Group Assignments allows you to specify a default group for each contact created
(by members of another specified group).
Lets say that you have, for instance, three groups in CiviCRM: administrators,
teachers and students. The administrators, normally, use CiviCRM to create teacher
records. The teachers use to create student records.
With this extension, you'll be able to assign the "Default Group for New Contacts"
when you create, or modify a group. So, for Administrators, you'll choose Teachers
and for Teachers you'll choose Students.
From this time on, when a administrator creates a contact, by default, it will be
assigned, by default, to he teachers group.
</description>
<license>GPL v3</license>
<maintainer>
<author>Carlos (Capo)te - Amnesty International (Spain)</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2013-10-11</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.5.alpha1</ver>
</compatibility>
<comments>This module was developed during the Dalesbridge Sprint Code in 2013.</comments>
<civix>
<namespace>CRM/AutoGroupAssignments</namespace>
</civix>
</extension>