|
1 | 1 | <module xmlns="http://labkey.org/moduleProperties/xml/"> |
2 | 2 | <properties> |
3 | 3 | <propertyDescriptor name="MCCContainer"> |
4 | | - <canSetPerContainer>false</canSetPerContainer> |
| 4 | + <canSetPerContainer>true</canSetPerContainer> |
5 | 5 | <description>This is the path to the container holding the primary MCC Study with aggregated data. Use of slashes is very important - it should be in the format '/myProject/mcc'</description> |
6 | 6 | <editPermissions> |
7 | 7 | <permission>ADMIN</permission> |
8 | 8 | </editPermissions> |
9 | 9 | </propertyDescriptor> |
10 | 10 | <propertyDescriptor name="MCCRequestContainer"> |
11 | | - <canSetPerContainer>false</canSetPerContainer> |
| 11 | + <canSetPerContainer>true</canSetPerContainer> |
12 | 12 | <description>This is the path to the container used to manage MCC animal requests. Use of slashes is very important - it should be in the format '/myProject/mcc'</description> |
13 | 13 | <editPermissions> |
14 | 14 | <permission>ADMIN</permission> |
15 | 15 | </editPermissions> |
16 | 16 | </propertyDescriptor> |
17 | 17 | <propertyDescriptor name="MCCInternalDataContainer"> |
18 | | - <canSetPerContainer>false</canSetPerContainer> |
| 18 | + <canSetPerContainer>true</canSetPerContainer> |
19 | 19 | <description>This is the path to the container parent for the internal MCC Studies, each with raw data. Use of slashes is very important - it should be in the format '/myProject/mcc'</description> |
20 | 20 | <editPermissions> |
21 | 21 | <permission>ADMIN</permission> |
22 | 22 | </editPermissions> |
23 | 23 | </propertyDescriptor> |
24 | 24 | <propertyDescriptor name="MCCContactUsers"> |
25 | | - <canSetPerContainer>false</canSetPerContainer> |
| 25 | + <canSetPerContainer>true</canSetPerContainer> |
26 | 26 | <description>This is a comma separated list of LabKey user names of users that should be notified by email when requests for help or user access are submitted through MCC.</description> |
27 | 27 | <editPermissions> |
28 | 28 | <permission>ADMIN</permission> |
29 | 29 | </editPermissions> |
30 | 30 | </propertyDescriptor> |
31 | 31 | <propertyDescriptor name="MCCRequestNotificationUsers"> |
32 | | - <canSetPerContainer>false</canSetPerContainer> |
| 32 | + <canSetPerContainer>true</canSetPerContainer> |
33 | 33 | <description>This is a comma separated list of LabKey user names of users that should be notified by email when requests for help or user access are submitted through MCC.</description> |
34 | 34 | <editPermissions> |
35 | 35 | <permission>ADMIN</permission> |
|
0 commit comments