You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For elements field format in AuditLogDaoImpl, it is written as below.
elements.append(statement.getName() + " " + statement.getType() + ":" + statement.getValue() + ", ");
Could you add customized feature for this field, such as don't put Type and ":" in this fields, now it can't be changed.