OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/lib/open_project/backlogs/issue_view.rb

18 lines
626 B

#class Backlogs::IssueView < ChiliProject::Nissue::IssueView; end
#require_dependency 'backlogs/issue_view/fields_paragraph'
#require_dependency 'backlogs/issue_view/heading'
#require_dependency 'backlogs/issue_view/issue_hierarchy_paragraph'
#
#class Backlogs::IssueView < ChiliProject::Nissue::IssueView
# def fields_paragraph
# @fields_paragraph ||= Backlogs::IssueView::FieldsParagraph.new(@issue)
# end
#
# def heading
# @heading ||= Backlogs::IssueView::Heading.new(@issue)
# end
#
# def sub_issues_paragraph
# @sub_issues_paragraph ||= Backlogs::IssueView::IssueHierarchyParagraph.new(@issue)
# end
#end