mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ActionTypeを追加するように
This commit is contained in:
parent
6e9606b050
commit
4b1ae7326b
|
@ -76,7 +76,8 @@ public class LacertaVcsImpl implements LacertaVcs {
|
|||
vcsLogEntity.documentId = documentId;
|
||||
vcsLogEntity.branchName = "master";
|
||||
vcsLogEntity.createdAt = new java.util.Date();
|
||||
vcsLogEntity.action = "ph-createDocument";
|
||||
vcsLogEntity.actionType = ActionType.CREATE_DOCUMENT.getValue();
|
||||
vcsLogEntity.action = "";
|
||||
database.vcsLogDao().insert(vcsLogEntity);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user