mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: history增加触发类型显示
This commit is contained in:
@@ -497,7 +497,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
};
|
||||
|
||||
const userId = entity.userId;
|
||||
const historyId = await this.historyService.start(entity);
|
||||
const historyId = await this.historyService.start(entity,triggerType);
|
||||
const userIsAdmin = await this.userService.isAdmin(userId);
|
||||
const user: UserInfo = {
|
||||
id: userId,
|
||||
|
||||
Reference in New Issue
Block a user