This commit is contained in:
kepler155c@gmail.com
2019-02-24 16:43:10 -05:00
parent b8919851e6
commit d62d9fe729

View File

@@ -63,7 +63,7 @@ function wizardPage:isValidType(node)
end end
function wizardPage:isValidFor(node) function wizardPage:isValidFor(node)
return node.mtype == 'activity' return node.mtype == 'status'
end end
UI:getPage('nodeWizard').wizard:add({ statusMonitor = wizardPage }) UI:getPage('nodeWizard').wizard:add({ statusMonitor = wizardPage })