@@ -19,7 +19,7 | |||
|
19 | 19 | |
|
20 | 20 | module WorkflowsHelper |
|
21 | 21 | def field_required?(field) |
|
22 | field.is_a?(CustomField) ? field.is_required? : %w(project_id tracker_id subject priority_id).include?(field) | |
|
22 | field.is_a?(CustomField) ? field.is_required? : %w(project_id tracker_id subject priority_id is_private).include?(field) | |
|
23 | 23 | end |
|
24 | 24 | |
|
25 | 25 | def field_permission_tag(permissions, status, field) |
General Comments 0
You need to be logged in to leave comments.
Login now