Closed (fixed)
Project:
Mini Kanban
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2025 at 13:17 UTC
Updated:
1 Dec 2025 at 12:59 UTC
Jump to comment: Most recent
Task::addComment and Epic::addComment return the result of $comment->save() (which is SAVED_NEW or SAVED_UPDATED) but claim to return the Comment entity in the function comment.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
justanothermark commentedComment #4
justanothermark commentedMR ready for review. As far as I can see, nothing is currently using the return value of addComment so nothing needs updating.
Comment #5
marcus_johansson commentedLGTM
Comment #7
andrewbelcher commented