mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
Merge pull request '调整更新接口中 chaner 的取值' (#197) from KingChan/forgeplus:pm_project_develop into pm_project_develop
This commit is contained in:
@@ -79,7 +79,7 @@ class Api::V1::Issues::UpdateService < ApplicationService
|
|||||||
@updated_issue.time_scale = @time_scale unless @time_scale.nil?
|
@updated_issue.time_scale = @time_scale unless @time_scale.nil?
|
||||||
|
|
||||||
@updated_issue.updated_on = Time.now
|
@updated_issue.updated_on = Time.now
|
||||||
@updated_issue.changer_id = current_user.id
|
@updated_issue.changer_id = @current_user.id
|
||||||
@updated_issue.save!
|
@updated_issue.save!
|
||||||
|
|
||||||
build_after_issue_journal_details if @updated_issue.previous_changes.present? # 操作记录
|
build_after_issue_journal_details if @updated_issue.previous_changes.present? # 操作记录
|
||||||
|
|||||||
Reference in New Issue
Block a user