Skip to content

Commit

Permalink
Merge pull request #10546 from royalhuang/issue_10545
Browse files Browse the repository at this point in the history
bug: 前端detail接口中返回草稿版本有误 #10545
  • Loading branch information
bkci-bot authored Jun 20, 2024
2 parents dbd8050 + a87663e commit 18dca45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class PipelineVersionFacadeService @Autowired constructor(
branchVersion?.version
}
else -> {
null
draftVersion?.version
}
} ?: releaseVersion.version
val permissions = pipelineListFacadeService.getPipelinePermissions(userId, projectId, pipelineId)
Expand Down

0 comments on commit 18dca45

Please sign in to comment.