Merge pull request #2006 from civicrm/4.3
[civicrm-core.git] / xml / configuration / Settings.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="UTF-8"?>\r
2<Settings>\r
011aeb62 3 <!-- List the group whose members should appear as contacts on all Manage Case screens.\r
4 Only one group name is supported for now.\r
5 It needs to match the name column in the civicrm_group table (not the title), so avoid using space characters. -->\r
6 <group name="Case_Resources" />\r
7 <!-- Set this to 1 if you want case activity emails to be redacted -->\r
2e7ba444 8 <RedactActivityEmail>0</RedactActivityEmail>\r
011aeb62 9 <!-- Set this to 1 if you want to allow multiple clients to be associated with a single case -->\r
10 <AllowMultipleCaseClients>0</AllowMultipleCaseClients>\r
11 <!-- Set this to 1 if you want to have activity types on Manage Case\r
12 screen sorted in XML file order, default is alphabetical -->\r
2e7ba444 13 <NaturalActivityTypeSort>0</NaturalActivityTypeSort>\r
011aeb62 14 <!-- Add activity types which should NOT be editable here with editable = 0 -->\r
15 <ActivityTypes>\r
16 <ActivityType>\r
17 <name>Change Case Status</name>\r
18 <editable>0</editable>\r
6a488035 19 </ActivityType>\r
011aeb62 20 <ActivityType>\r
21 <name>Change Case Start Date</name>\r
22 <editable>0</editable>\r
6a488035 23 </ActivityType>\r
011aeb62 24 </ActivityTypes>\r
6a488035 25</Settings>