Hi!
I’m trying to export in the html report the project’s notes but the notes object is empty.
I’m using the following code taken from the default html export plugin
def notes
@notes ||= content_service.all_notes
end
How can I fix it? thanks
Hi!
I’m trying to export in the html report the project’s notes but the notes object is empty.
I’m using the following code taken from the default html export plugin
def notes
@notes ||= content_service.all_notes
end
How can I fix it? thanks
Hey @MauroMochi
In theory the notes collection is already available by default:
Here’s an example of how to access it: