Removed child org from parent children list

This commit is contained in:
Nathan Schneider
2022-08-26 15:59:38 -07:00
parent ec0e4aa9c1
commit 13eb58a3ee
5 changed files with 42 additions and 18 deletions

View File

@ -40,6 +40,8 @@ function defer:initiate(result)
function()
if result then result() end
end)
modpol.interactions.message(
self.initiator, "Defer: action sent to " .. defer_org.name)
end
modpol.interactions.org_dashboard(
self.initiator, self.org.id)