? ? Pending

User tests: Successful: Unsuccessful:

avatar heelc29
heelc29
11 Apr 2022

Summary of Changes

contact object has no title property (only name)

Testing Instructions

Create/Open a contact and click Save to Menu

Actual result BEFORE applying this Pull Request

Menu item title is empty
PHP Warning: Undefined property: Joomla\CMS\Object\CMSObject::$title in administrator\components\com_contact\src\Controller\ContactController.php on line 137

Expected result AFTER applying this Pull Request

Menu item title is name of contact

Documentation Changes Required

none

avatar heelc29 heelc29 - open - 11 Apr 2022
avatar heelc29 heelc29 - change - 11 Apr 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 11 Apr 2022
Category Administration com_contact
avatar drmenzelit
drmenzelit - comment - 11 Apr 2022

That is wrong, the title of the menu doesn't neccessary has to be the name of the contact. When you create a contact and save it to menu, a menu edit form opens and you can enter whatever you want as title.

avatar heelc29
heelc29 - comment - 11 Apr 2022

That is wrong, the title of the menu doesn't neccessary has to be the name of the contact. When you create a contact and save it to menu, a menu edit form opens and you can enter whatever you want as title.

@drmenzelit Ok. Then we have to remove the line 137 (s. PHP warning)??

Note: If you do the same (save2menu) for an article, the default menu item title is the title of the article. It is only the suggest for the title and you can adjust it before you save the menu item.

avatar drmenzelit
drmenzelit - comment - 11 Apr 2022

I undertand what you mean now. In articles the field containing the name of the name is called "title", but in contact the field is called "name". Then your PR could be correct. I will wait for other opinions.

avatar brianteeman
brianteeman - comment - 11 Apr 2022

I have tested this item successfully on 75eefb9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37531.

avatar brianteeman brianteeman - test_item - 11 Apr 2022 - Tested successfully
avatar chmst
chmst - comment - 11 Apr 2022

I have tested this item successfully on 75eefb9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37531.

avatar chmst chmst - test_item - 11 Apr 2022 - Tested successfully
avatar chmst chmst - change - 11 Apr 2022
Status Pending Ready to Commit
avatar chmst
chmst - comment - 11 Apr 2022

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37531.

avatar Quy Quy - change - 11 Apr 2022
Labels Added: ? ?
avatar bembelimen bembelimen - change - 12 Apr 2022
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2022-04-12 01:22:22
Closed_By bembelimen
avatar bembelimen bembelimen - close - 12 Apr 2022
avatar bembelimen bembelimen - merge - 12 Apr 2022
avatar bembelimen
bembelimen - comment - 12 Apr 2022

Thx

Add a Comment

Login with GitHub to post a comment