[BETA] List view names are capitalized #1051
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1051
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?
Steps to reproduce the issue
Create an admin viow, attach it to a component and compile
Expected result
All view names should be lowercase.
Actual result
Go to the item's controller (the FormController) : the controller sets $this->view_list = ‘Myview’ but it’s capitalized;
Thus if I save or cancel a form I’m redirected to view=Myview instead of view=myview.
I was not really visible in Joomla 3 but with Joomla 4/5 menu system it becomes important to fix it (otherwise we loose the component menu)
System information (as much as possible)
Additional comments
Fixed it in
3256efd7ec
please test downloadExcellent. It works great now :-)