Skip to content

Commit 01036a4

Browse files
Make select inactive modules unreachable
1 parent 12f31cf commit 01036a4

2 files changed

Lines changed: 62 additions & 63 deletions

File tree

genotyping/src/org/labkey/genotyping/GenotypingModule.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ protected void init()
7373
addController("genotyping", GenotypingController.class);
7474
}
7575

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

0 commit comments

Comments
 (0)