String[] vals = command.getOther().get(0).split("\\|");
AuditLogManager alm = new AuditLogManager();
int communityId = -1;
try {
communityId = Integer.parseInt(vals[2]);
if (!workflowManager.canEdit(user, command.getProject(), command
.getCommand(), communityId)) {
errors.add("You don't have permission to edit "
+ "the requested community.");
goToList = true;
} else {