Removed countermeasures, rewritten operation handling

This commit is contained in:
M66B
2018-08-02 20:52:06 +00:00
parent bb63ef2cfa
commit 921b31abec
2 changed files with 100 additions and 128 deletions

View File

@@ -80,6 +80,9 @@ public class EntityOperation {
return;
}
purged = dao.deleteOperations(message.id, name);
} else if (DELETE.equals(name)) {
if (message.uid == null)
return;
}
EntityOperation operation = new EntityOperation();