[BUG]: Attempting to associate a module with a component returns an error #1184
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1184
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?
I created a module. Then in the component control I attempt to associate it to my component and then hit Save & Close. This creates an error: Field required: Component
Steps to reproduce the Bug
I created a module. Then in the component control I attempt to associate it to my component and then hit Save & Close. This creates an error: Field required: Component.
I attempt to compile the component afterward and it has not been associated.
Which Joomla version are you compiling in?
5.2.0
Which PHP version are you compiling in?
8.2.23
Which Joomla versions are you targeting?
5.2.0
Which PHP version are you targeting?
8.2.23
Which Web server is JCB running on?
Joomla Docker image. Apache 2 it seems.
Which Relational Database is JCB running on?
mysqlnd 8.2.23
Which OS is JCB running on?
Alpine linux
Which JCB version are you using?
5.0.4 alpha 3
Where in JCB did this issue occur?
Joomla Component(admin_view), Joomla Module(admin_view)
On which browsers did you encounter the issue?
Chrome
Additional Comments
No response
Have you tried updating the JCB version your using? When testing this on a JCB v5.0.4-alpha3 version I get the same error but as soon as I update to JCB v5.0.4-beta1 the issue seems to be fixed and the module links and saves successfully.