Add hidden boards
Hidden boards are excluded from the board listing. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ def settings(request):
|
||||
|
||||
|
||||
def boards(request):
|
||||
return {"boards": Board.objects.filter(readonly=False)}
|
||||
return {"boards": Board.objects.filter(readonly=False, hidden=False)}
|
||||
|
||||
|
||||
def reports(request):
|
||||
|
||||
Reference in New Issue
Block a user