externaly referenced "custom" fields are not rendered #442

Closed
opened 2019-07-12 15:54:55 +00:00 by marcodings · 0 comments
marcodings commented 2019-07-12 15:54:55 +00:00 (Migrated from github.com)

when addding a custom field that is supposed to reference a field from another component or library JCB is extremely defensive and drop the field, not rederring it in the form xml

administrator/components/com_componentbuilder/helpers/compiler/c_Fields.php:1049
in the \Fields::setDynamicField move the elseif for plain "down" to the end as "else" a catch all

else // if (ComponentbuilderHelper::fieldCheck($typeName, 'plain'))
{
      if ($build)
when addding a custom field that is supposed to reference a field from another component or library JCB is extremely defensive and drop the field, not rederring it in the form xml `administrator/components/com_componentbuilder/helpers/compiler/c_Fields.php:1049` in the `\Fields::setDynamicField` move the elseif for plain "down" to the end as "else" a catch all ```php else // if (ComponentbuilderHelper::fieldCheck($typeName, 'plain')) { if ($build) ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#442
No description provided.