Removed enforcement of moderation

This commit is contained in:
Luca Frosini 2021-12-07 16:48:16 +01:00
parent cc4e6ea3b6
commit 190f500684
1 changed files with 1 additions and 3 deletions

View File

@ -256,9 +256,7 @@ public class CKANInstance {
} }
public boolean isModerationEnabled() { public boolean isModerationEnabled() {
return true; return moderationEnabled;
// TODO
// return moderationEnabled;
} }
public String getSysAdminToken() throws Exception { public String getSysAdminToken() throws Exception {