[BUG]: unable to set up Field Relation in Admin View #1161
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1161
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What Happened?
Trying to set up a Admin View Field Relation. But the List Field drop down remains empty (giving only the value '0' to select). So it's currently inpossible to concatenate any fields.
Steps to reproduce the Bug
see above
Which Joomla version are you compiling in?
4.4.6
Which PHP version are you compiling in?
8.2
Which Joomla versions are you targeting?
4.4.6
Which PHP version are you targeting?
8.2
Which Web server is JCB running on?
Apache 2.4.57
Which Relational Database is JCB running on?
MariaDB 10.11
Which OS is JCB running on?
unkn. Linux (shared hoster)
Which JCB version are you using?
4.0.2-beta3
Where in JCB did this issue occur?
Admin View(admin_view)
On which browsers did you encounter the issue?
Firefox, Microsoft Edge, Vivaldi
Additional Comments
No response
We have tested this feature using the Demo Component on both a fresh install and an existing component, and it worked flawlessly in both cases. If you haven't already, I highly recommend watching the tutorial on this feature available at the following link: Field Relations. The tutorial explains that only the fields linked to the admin view will appear as joint fields. Please ensure you've watched the tutorial and fully understand how the joint fields function to avoid any issues.
The (my) problem was that I selected 'Only in Admin List' as 'Admin Behaviour' for the leading field. This showed the mentioned results. Changing to 'Show in All List Views' resolved the problem.