Browse Source

fix

pull/347/head
yystopf 1 year ago
parent
commit
a8b0435c94
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/models/journal.rb

+ 1
- 0
app/models/journal.rb 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


Loading…
Cancel
Save