This commit is contained in:
yystopf 2024-08-20 16:34:28 +08:00
parent 854df00ffb
commit a8b0435c94
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ class Journal < ApplicationRecord
end
def pm_operate_category
detail = self.journal_details.take
if (detail.property == "requirement" || detail.property == "task" || detail.property == "bug") && detail.prop_key.to_s == "1"
return "issue"
else