added ledger records and data saving for all valid org actions, updated storage code to not text dump

This commit is contained in:
Luke Miller
2021-07-19 10:59:13 -04:00
parent ebc2f4758e
commit 87f4b6a2fe
3 changed files with 23 additions and 32 deletions
+1
View File
@@ -311,6 +311,7 @@ function modpol.orgs:set_policy(policy_type, process_type, must_be_member)
}
self.policies[policy_type] = new_policy
modpol.ocutil.log('Added policy for ' .. policy_type .. ' in ' .. self.name)
self:record('Added policy for ' .. policy_type, 'set_policy')
end