First shot at a generic approve() function for modules, testing on change_policy
This commit is contained in:
@ -34,6 +34,8 @@ function display_policies:initiate(result)
|
||||
elseif type(v2) == "table"
|
||||
or type(v2) == "number" then
|
||||
v2_string = tostring(v2)
|
||||
elseif type(v2) == "boolean" then
|
||||
v2_string = tostring(v2)
|
||||
else
|
||||
v2_string = "Could not render"
|
||||
end
|
||||
|
Reference in New Issue
Block a user