浏览代码

Small fix on CLI interactions on pending actions.

Nathan Schneider 2 年之前
父节点
当前提交
26df04445d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modpol_core/interactions/interactions.lua

+ 1 - 0
modpol_core/interactions/interactions.lua

@@ -247,6 +247,7 @@ function modpol.interactions.org_dashboard(user, org_string)
          if org.pending[user][process.id] then
             org:interact(process.id, user)
          end
+         modpol.interactions.org_dashboard(user, org.id)
       end
    elseif sel == 'b' or sel == 'B' then
       modpol.interactions.dashboard(user)