Skip to content

Commit c58ddc4

Browse files
committed
PropertyDescriptor: stop holding Container objects
1 parent 072be8a commit c58ddc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ehr/src/org/labkey/ehr/EHRManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ public List<String> ensureDatasetPropertyDescriptors(Container c, User u, boolea
533533
for (PropertyDescriptor sharedPD : pdsToReparentInShared)
534534
{
535535
sharedPD.setContainer(ContainerManager.getSharedContainer());
536-
sharedPD.setProject(ContainerManager.getSharedContainer());
537536
OntologyManager.updatePropertyDescriptor(sharedPD);
538537
}
539538
}

0 commit comments

Comments
 (0)