Skip to content

Commit acf34c1

Browse files
committed
Allow MCC properties to be set per-container to facilitate automated tests
1 parent 28c7d50 commit acf34c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mcc/resources/module.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<module xmlns="http://labkey.org/moduleProperties/xml/">
22
<properties>
33
<propertyDescriptor name="MCCContainer">
4-
<canSetPerContainer>false</canSetPerContainer>
4+
<canSetPerContainer>true</canSetPerContainer>
55
<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>
66
<editPermissions>
77
<permission>ADMIN</permission>
88
</editPermissions>
99
</propertyDescriptor>
1010
<propertyDescriptor name="MCCRequestContainer">
11-
<canSetPerContainer>false</canSetPerContainer>
11+
<canSetPerContainer>true</canSetPerContainer>
1212
<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>
1313
<editPermissions>
1414
<permission>ADMIN</permission>
1515
</editPermissions>
1616
</propertyDescriptor>
1717
<propertyDescriptor name="MCCInternalDataContainer">
18-
<canSetPerContainer>false</canSetPerContainer>
18+
<canSetPerContainer>true</canSetPerContainer>
1919
<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>
2020
<editPermissions>
2121
<permission>ADMIN</permission>
2222
</editPermissions>
2323
</propertyDescriptor>
2424
<propertyDescriptor name="MCCContactUsers">
25-
<canSetPerContainer>false</canSetPerContainer>
25+
<canSetPerContainer>true</canSetPerContainer>
2626
<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>
2727
<editPermissions>
2828
<permission>ADMIN</permission>
2929
</editPermissions>
3030
</propertyDescriptor>
3131
<propertyDescriptor name="MCCRequestNotificationUsers">
32-
<canSetPerContainer>false</canSetPerContainer>
32+
<canSetPerContainer>true</canSetPerContainer>
3333
<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>
3434
<editPermissions>
3535
<permission>ADMIN</permission>

0 commit comments

Comments
 (0)