[BUG]: error in navigation with "custom" frontend view plural name #1118

Open
opened 2024-05-02 15:47:12 +00:00 by Polmock · 0 comments

What Happened?

Frontend.
Open a single edit view.
Press "close" in the toolbar.

Error 404 View not found.
The url navigated is: /index.php/<component_name>?view=books

Steps to reproduce the Bug

In component definition, set a non standard name as "Name (list of records)".
For example:
-book (single)
-bookes (plural - standard should be 'books').

In the frontend the navigation is to standard plural name (books) instead of the custom one (bookes).
If I manually change the url in the browser navigation bar to /index.php/<component_name>?view=bookes it works fine

Which Joomla version are you compiling in?

3.10.12

Which PHP version are you compiling in?

8.2.2

Which Joomla versions are you targeting?

4.4.4

Which PHP version are you targeting?

8.2.4

Which Web server is JCB running on?

Apache 2.4

Which Relational Database is JCB running on?

MySql 8.0

Which OS is JCB running on?

Windows 11

Which JCB version are you using?

3.2.1-rc4

Where in JCB did this issue occur?

Site View(admin_view), Site Views(admin_views)

On which browsers did you encounter the issue?

Firefox, Chrome

Additional Comments

No response

### What Happened? Frontend. Open a single edit view. Press "close" in the toolbar. Error 404 View not found. The url navigated is: /index.php/<component_name>?view=books ### Steps to reproduce the Bug In component definition, set a non standard name as "Name (list of records)". For example: -book (single) -bookes (plural - standard should be 'books'). In the frontend the navigation is to standard plural name (books) instead of the custom one (bookes). If I manually change the url in the browser navigation bar to /index.php/<component_name>?view=bookes it works fine ### Which Joomla version are you compiling in? 3.10.12 ### Which PHP version are you compiling in? 8.2.2 ### Which Joomla versions are you targeting? 4.4.4 ### Which PHP version are you targeting? 8.2.4 ### Which Web server is JCB running on? Apache 2.4 ### Which Relational Database is JCB running on? MySql 8.0 ### Which OS is JCB running on? Windows 11 ### Which JCB version are you using? 3.2.1-rc4 ### Where in JCB did this issue occur? Site View(admin_view), Site Views(admin_views) ### On which browsers did you encounter the issue? Firefox, Chrome ### Additional Comments _No response_
Polmock added the
Bug
label 2024-05-02 15:47:12 +00:00
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#1118
No description provided.