Skip to content

Commit 907c630

Browse files
Make select inactive modules unreachable
1 parent 15b0415 commit 907c630

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hdrl/src/org/labkey/hdrl/HDRLModule.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ protected void init()
7272
addController(HDRLController.NAME, HDRLController.class);
7373
}
7474

75+
@Override
76+
public boolean isAvailableOnlyWhenActive()
77+
{
78+
return true;
79+
}
80+
7581
@Override
7682
public void doStartup(ModuleContext moduleContext)
7783
{

0 commit comments

Comments
 (0)