Implements 'All' checks tab to have all checks in a single place

Addresses #5610
This commit is contained in:
Simone Mainardi 2021-09-21 16:25:42 +02:00
parent 7fbef1798f
commit 4e750c8cde
6 changed files with 87 additions and 91 deletions

View file

@ -28,7 +28,7 @@ if(action == nil) then
end
local subdirs = {}
if(subdir == nil) then
if(subdir == nil or subdir == "all") then
local all_subdirs = checks.listSubdirs()
for _, subdir in ipairs(all_subdirs) do
subdirs[#subdirs+1] = subdir.id