Admin Fields view not loading #1010
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1010
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Steps to reproduce the issue
Opening of the admin fields view, either via the Admin view Edit button or via the list button.
Expected result
To be able to edit the list of fields related to that view
Actual result
Getting the following Error
Call Stack in attached picture.
I have tried to debug on my own tracing back the call stack, I have not been able to determing why the $content variable is empty in
JROOT\administrator\components\com_componentbuilder\models\fields\fields.php:54
being line 54
$field_name = ComponentbuilderHelper::safeFieldName(ComponentbuilderHelper::getBetween(json_decode($item->xml),'name="','"'));
database is working properly and the json stored data is not corrupt.
This happens to any Admin view realeted admin fields view.
System information (as much as possible)
Additional comments
In admin wiew, the list showing the fields of that view is working properly, so far I have been able to work arround this issue by editing the parameters in the db itself.