By Virels on Tuesday, 13 November 2018
Posted in General Issues
Replies 1
Likes 0
Views 510
Votes 0
Hi ED Team,

While using the build-in migrations tools for kunena, I noticed the category descriptions are not migrated. Is there any reason why you do not migrate this or was this forgotten?

My solution:
I tracked where the migration of the category happened. Inside (administrator/components/com_easydiscuss/includes/migrator/adapters/base.php line 54 or at the function createEasydiscussCategory) I added:

$category->description = $categoryObject->description;

right under:
$category->alias = JString::strtolower($categoryObject->alias);

Now it migrates the description too, I hope you can take this to the next release and the reason I put it here is so other people can use the hotfix for now.

Thank you for your time,

Red
Hi Red,

Thanks for your hot fix for this.I've logged this issue into our issue tracker and our developer will take an action for this
·
Wednesday, 14 November 2018 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post