?
avatar davidspeijer
davidspeijer
14 Jul 2017

Steps to reproduce the issue

Updating from Joomla 3.6.5 to 3.7.3

Expected result

Showing the address like before

Actual result

Not showing the address

System information (as much as possible)

Additional comments

The problem is a result of a bad check at line 18/19 of /components/com_contact/views/contact/tmpl/default_address.php what isn't returning a result so the if is always negative.

params->get('address_check') > 0**) && ($this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode)) : ?>
avatar davidspeijer davidspeijer - open - 14 Jul 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Jul 2017
avatar davidspeijer davidspeijer - change - 14 Jul 2017
The description was changed
avatar davidspeijer davidspeijer - edited - 14 Jul 2017
avatar eshiol
eshiol - comment - 14 Jul 2017

Please, try to replace the line 335 in /components/com_contact/views/contact/view.html.php from
$this->params = &$params;
to
$this->params = &$item->params;

avatar davidspeijer
davidspeijer - comment - 14 Jul 2017

This is solving the issue.

avatar zero-24
zero-24 - comment - 14 Jul 2017

As this is included in 3.7.4 (see: #16971) which is planed to be released at 25.07.2017 I'm going to close here. Thanks for reporting.

avatar zero-24 zero-24 - change - 14 Jul 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-07-14 11:52:36
Closed_By zero-24
avatar zero-24 zero-24 - close - 14 Jul 2017

Add a Comment

Login with GitHub to post a comment