Skip to content

Commit

Permalink
add issue.author to issue drop
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Sep 1, 2023
1 parent e02262b commit c205581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
v4.10.0 (September 2023)
- Tylium: Consolidate sidebars
- Tylium:
- Consolidate sidebars
- Add issue.author to liquid issue drop
- Upgraded gems:
- font-awesome-sass, nokogiri, puma, rails, sanitize, selenium-webdriver
- Bugs fixes:
Expand Down
2 changes: 1 addition & 1 deletion app/drops/issue_drop.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IssueDrop < BaseDrop
delegate :fields, :text, :title, to: :@record
delegate :author, :fields, :text, :title, to: :@record

def affected
@affected ||= @record.affected.map { |node| NodeDrop.new(node) }
Expand Down

0 comments on commit c205581

Please sign in to comment.