Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: Odin72a on 21 November 2023, 20:57:36

Title: The category is not displayed in the list by authors
Post by: Odin72a on 21 November 2023, 20:57:36
The category is not displayed in the list by authors
In other lists, and inside, when I go into the book itself, the category will be displayed.
I reviewed it, where possible in the settings, it was set to "Display category"
https://drive.google.com/file/d/1em0mQgsNBVdMWe45wzYfk1obzMVnxLTZ/view?usp=drivesdk
Title: Re: The category is not displayed in the list by authors
Post by: federica on 22 November 2023, 10:49:08
I fixed the bug, I will publish a new release as soon as possibile.
If you want solve it early try to apply this fix.
your_site/components/com_abook/models/author.php line 128
from:
$query->select('c.title AS category_title, c.alias AS category_alias, c.access AS category_access');
to:
$query->select('c.title AS cattitle, c.alias AS category_alias, c.access AS category_access');
Title: Re: The category is not displayed in the list by authors
Post by: Odin72a on 22 November 2023, 18:14:54
Super! It worked