Implemented Changelog does not display

More
6 months 6 days ago #3118 by Alex Chartier
Changelog does not display was created by Alex Chartier
There seems to be a small bug in components/com_ochsubscriptions/tmpl/file/default.php, line 119 is doing
if ($item->releasenotes || $item->installnotes)
but should be something like
if ($item->changelog || $item->releasenotes || $item->installnotes)

With the original code if we do not have anything in the releasenotes or installnotes the changelog will not show.

Please Log in to join the conversation.

More
6 months 6 days ago #3119 by Ruud van Lent
Replied by Ruud van Lent on topic Changelog does not display
Hi Alex,
currently offline. I will check and try to reproduce tomorrow morning.
Will follow up here.
Thanks for reporting!
regards,
Ruud

Please Log in to join the conversation.

More
6 months 5 days ago #3120 by Ruud van Lent
Replied by Ruud van Lent on topic Changelog does not display
Hi Alex,
above a download link to a test version where this is fixed.
a layout change and I also did a css change so that when only one column is displayed it is full-width.

Can you test this version to see if it fixes your issue?

thanks,
Ruud

Please Log in to join the conversation.

More
6 months 3 days ago #3124 by Alex Chartier
Replied by Alex Chartier on topic Changelog does not display
Yes, Ruud. I can confirm that it is working now.

Please Log in to join the conversation.

More
6 months 3 days ago #3125 by Ruud van Lent
Replied by Ruud van Lent on topic Changelog does not display
Thanks for testing and confirming it works okay Alex.

Please Log in to join the conversation.