J3 Issue ?
avatar SemaphoreOxalis
SemaphoreOxalis
3 Oct 2018

Steps to reproduce the issue

Create a category with sub-categories inside
Create a custom field for sub-categories
Set a value to one or multiple sub-categories
Create a menu item "blog view" and configure it for showing sub-categories
Create an override for blog_children.php
Populate the $child variable with the "classic procedure" ?

JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php');

foreach($child->jcfields as $jcfield)
     {
          $child->jcFields[$jcfield->name] = $jcfield;
     }
 var_dump ($child->jcfields);

Expected result

Array with the custom field properties

Actual result

NULL

System information (as much as possible)

J!3.8.12

Additional comments

It seems it's the same issue for all categories view like if these view don't be able to load jcfields

avatar SemaphoreOxalis SemaphoreOxalis - open - 3 Oct 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 3 Oct 2018
avatar brianteeman brianteeman - change - 3 Oct 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 3 Oct 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Mar 2019
Priority Urgent Medium
Status New Information Required
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Mar 2019

can you please test if this is an Issue using latest Version?

According to the https://docs.joomla.org/Bug_and_Issue_Tracker_Priority i changed from "Urgent" to "Medium".


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22483.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Mar 2019

can you please test if this is an Issue using latest Version?

According to the https://docs.joomla.org/Bug_and_Issue_Tracker_Priority i changed from "Urgent" to "Medium".


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22483.

avatar joomla-cms-bot joomla-cms-bot - change - 16 Mar 2019
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2019-03-16 06:03:40
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 16 Mar 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 16 Mar 2019
Closed_By joomla-cms-bot franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 16 Mar 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Mar 2019

closed as no Answer. Please reopen if needed.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22483.

Add a Comment

Login with GitHub to post a comment