[BUG]: J5 Joomla Fields #1127

Open
opened 2024-05-14 05:34:19 +00:00 by stutteringp0et · 1 comment
Member

What Happened?

After enabling/selecting Joomla Fields for several Admin Views and re-compiling - there are no menu options to edit fields or field categories for any of the enabled views.

Steps to reproduce the Bug

Assuming it works the same as in the original demonstration video, in the admin views I need only select the checkbox for Joomla Fields and it should show up in the admin menu after compile/install.

https://www.youtube.com/watch?v=n5RBmP0uNCM

Which Joomla version are you compiling in?

5.1.0

Which PHP version are you compiling in?

8.1

Which Joomla versions are you targeting?

5

Which PHP version are you targeting?

8.1

Which Web server is JCB running on?

nginx

Which Relational Database is JCB running on?

MariaDB 10.6

Which OS is JCB running on?

Ubuntu

Which JCB version are you using?

v5.0.0

Where in JCB did this issue occur?

Compilation of a component

On which browsers did you encounter the issue?

No response

Additional Comments

As far as I can gather from the pre-installed Joomla components in J5, it should be as simple as creating xml menu items for each of the field/field-cat elements, setting the appropriate context

            <menu
                    title="MOD_MENU_FIELDS"
                    type="component"
                    element="com_fields"
                    link="index.php?option=com_fields&amp;view=fields&amp;context=com_users.user"
            />
            <menu
                    title="MOD_MENU_FIELDS_GROUP"
                    type="component"
                    element="com_fields"
                    link="index.php?option=com_fields&amp;view=groups&amp;context=com_users.user"
            />
### What Happened? After enabling/selecting Joomla Fields for several Admin Views and re-compiling - there are no menu options to edit fields or field categories for any of the enabled views. ### Steps to reproduce the Bug Assuming it works the same as in the original demonstration video, in the admin views I need only select the checkbox for Joomla Fields and it should show up in the admin menu after compile/install. https://www.youtube.com/watch?v=n5RBmP0uNCM ### Which Joomla version are you compiling in? 5.1.0 ### Which PHP version are you compiling in? 8.1 ### Which Joomla versions are you targeting? 5 ### Which PHP version are you targeting? 8.1 ### Which Web server is JCB running on? nginx ### Which Relational Database is JCB running on? MariaDB 10.6 ### Which OS is JCB running on? Ubuntu ### Which JCB version are you using? v5.0.0 ### Where in JCB did this issue occur? Compilation of a component ### On which browsers did you encounter the issue? _No response_ ### Additional Comments As far as I can gather from the pre-installed Joomla components in J5, it should be as simple as creating xml menu items for each of the field/field-cat elements, setting the appropriate context <menu title="MOD_MENU_FIELDS" type="component" element="com_fields" link="index.php?option=com_fields&amp;view=fields&amp;context=com_users.user" /> <menu title="MOD_MENU_FIELDS_GROUP" type="component" element="com_fields" link="index.php?option=com_fields&amp;view=groups&amp;context=com_users.user" />
stutteringp0et added the
Bug
label 2024-05-14 05:34:19 +00:00
Owner

You are probably correct about the simple :)

Yet the sub-menu from Joomla 3 was dropped in favor of the new side-admin menus.... which has more limited control and with that we took a few steps back to just get JCB across the finish line.

So I have not finished that integration, but need to get it sorted... (I am now working on the import export stuff) will get to this a little later.

You are probably correct about the simple :) Yet the sub-menu from Joomla 3 was dropped in favor of the new side-admin menus.... which has more limited control and with that we took a few steps back to just get JCB across the finish line. So I have not finished that integration, but need to get it sorted... (I am now working on the import export stuff) will get to this a little later.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#1127
No description provided.