Small fix on CLI interactions on pending actions.
This commit is contained in:
parent
2028f1ee85
commit
26df04445d
@ -247,6 +247,7 @@ function modpol.interactions.org_dashboard(user, org_string)
|
|||||||
if org.pending[user][process.id] then
|
if org.pending[user][process.id] then
|
||||||
org:interact(process.id, user)
|
org:interact(process.id, user)
|
||||||
end
|
end
|
||||||
|
modpol.interactions.org_dashboard(user, org.id)
|
||||||
end
|
end
|
||||||
elseif sel == 'b' or sel == 'B' then
|
elseif sel == 'b' or sel == 'B' then
|
||||||
modpol.interactions.dashboard(user)
|
modpol.interactions.dashboard(user)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user