[BUG]: error in navigation with "custom" frontend view plural name #1118
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1118
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?
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