Skip to content

Commit a6e8462

Browse files
authored
Update LaboratoryContainerListener.java
Switch ContainerManager.Property.Policy -> Modules
1 parent 4f19439 commit a6e8462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/src/org/labkey/laboratory/LaboratoryContainerListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void propertyChange(PropertyChangeEvent evt)
110110
{
111111
updateWorkbookTableOnNameChange(evt);
112112
}
113-
else if (evt.getPropertyName().equals(ContainerManager.Property.Policy.name()))
113+
else if (evt.getPropertyName().equals(ContainerManager.Property.Modules.name()))
114114
{
115115
possiblyInitializeOnActiveModuleChange(evt);
116116
}

0 commit comments

Comments
 (0)