4.0-dev
Create a contact in the backend
Login to the frontend as a super admin and go directly to
http://example.com/index.php/component/contact/category/uncategorised?Itemid=101
Click Edit
Edit form populated with the item detail.
Edit form not populated, because getInt
is converting philtaylor
to 0 and not pre-converting the slug to the id.
NOTE THAT IF YOU: Add a menu item, "List Contacts in a category" to a menu, then the edit button will then work. However the edit button SHOULD be able to be used without a menu item being published in the menu. There is no point displaying an edit button that cannot be used.
Same thing happens with articles, if there are no menu items that point to com_content, then the edit button just loads a blank form and not the edit form for the article whose edit button you clicked.
The expectation is that you should not need menu items published, just to use edit buttons that are displayed to you.
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 18:36:42 |
Closed_By | ⇒ | PhilETaylor |
Confirmed