mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 02:05:58 +08:00
issue time_scale
This commit is contained in:
@@ -125,7 +125,7 @@ class Api::Pm::IssuesController < Api::Pm::BaseController
|
||||
def issue_params
|
||||
params.permit(
|
||||
:status_id, :priority_id, :milestone_id,
|
||||
:branch_name, :start_date, :due_date,
|
||||
:branch_name, :start_date, :due_date, :time_scale,
|
||||
:subject, :description, :blockchain_token_num,
|
||||
:pm_project_id, :pm_sprint_id, :pm_issue_type, :parent_id,
|
||||
issue_tag_ids: [],
|
||||
|
||||
Reference in New Issue
Block a user