@ -1,4 +1,4 @@
class Backlogs::IssueForm::CustomFieldParagraph < ChiliProject::Nissue::IssueView::CustomFieldParagraph
class OpenProject::Backlogs::IssueForm::CustomFieldParagraph < ChiliProject::Nissue::IssueView::CustomFieldParagraph
def render(t)
t.custom_field_tag :issue, @custom_value
end
class Backlogs::IssueForm::DescriptionParagraph < ChiliProject::Nissue::IssueView::DescriptionParagraph
class OpenProject::Backlogs::IssueForm::DescriptionParagraph < ChiliProject::Nissue::IssueView::DescriptionParagraph
def visible?
true
class Backlogs::IssueForm::FieldsParagraph < Backlogs::IssueView::FieldsParagraph
class OpenProject::Backlogs::IssueForm::FieldsParagraph < Backlogs::IssueView::FieldsParagraph
def default_fields
base_fields = super
class Backlogs::IssueForm::Heading < Backlogs::IssueView::Heading
class OpenProject::Backlogs::IssueForm::Heading < Backlogs::IssueView::Heading
def render_issue_subject_with_tree(t)
t.text_field_tag("issue[subject]", issue.subject.to_s, {:class => 'subject-input'}) + t.tag(:hr)
class Backlogs::IssueForm::NotesParagraph < ChiliProject::Nissue::IssueView::DescriptionParagraph
class OpenProject::Backlogs::IssueForm::NotesParagraph < ChiliProject::Nissue::IssueView::DescriptionParagraph
class Backlogs::IssueView::FieldsParagraph < ChiliProject::Nissue::IssueView::FieldsParagraph
class OpenProject::Backlogs::IssueView::FieldsParagraph < ChiliProject::Nissue::IssueView::FieldsParagraph
def hook_context(t)
super.merge(:from => self.class.name)
class Backlogs::IssueView::Heading < ChiliProject::Nissue::IssueView::Heading
class OpenProject::Backlogs::IssueView::Heading < ChiliProject::Nissue::IssueView::Heading
content_tag('h3', h(@issue.subject))
class Backlogs::IssueView::IssueHierarchyParagraph < ChiliProject::Nissue::IssueView::SubIssuesParagraph
class OpenProject::Backlogs::IssueView::IssueHierarchyParagraph < ChiliProject::Nissue::IssueView::SubIssuesParagraph
include IssuesHelper # mainly interested in issue_list helper method
attr_reader :issue