List Contacts in a Category
for each language and associate themLoad Menu-Item List Contacts in a Category
for en-GB and click on Language-Switcher for "FR".
Menu-Items List Contacts in a Category
for fr-FR is loaded.
Menu-Items List Contacts in a Category
stay on en-GB.
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_associations com_contact |
Labels |
Added:
J4 Issue
|
replacing in
/components/com_contact/helpers/association.php
the top lines
by
defined('_JEXEC') or die;
//use Joomla\Component\Contact\Site\Helper\Route as ContactHelperRoute;
use Joomla\CMS\Factory;
JLoader::register('ContactHelper', JPATH_ADMINISTRATOR . '/components/com_contact/helpers/contact.php');
JLoader::register('ContactHelperRoute', JPATH_SITE . '/components/com_contact/helpers/route.php');
JLoader::register('CategoryHelperAssociation', JPATH_ADMINISTRATOR . '/components/com_categories/helpers/association.php');
will solve that issue.
Alas, we also have the "modern" routing issue here.
I.e. if we associate categories but do not create a All Contact Categories or a direct menu item to the associated category for each content language, the absence of an Itemid will not display the association.
I will make a patch which only can be temporary as I guess the use etc.
should work in the future.
Contacts is not migrated yet fully to services and namespaces as there are still open pr's (#20339, #20693 and optionally #20640) which need to get merged first. Then I will migrate contacts, banners, newsfeeds and categories. But leave this issue open till all is done and then we can come back to this one again. Till then there is no really a point in testing these extensions.
Status | Discussion | ⇒ | Information Required |
Yes
I confirm the issue is still present. Tested for contacts although they rightfully use AssociationServiceInterface
The issue is present for SEF as well as no SEF.
I confirm the issue is still present.
Status | Information Required | ⇒ | Confirmed |
Build | master | ⇒ | 4.0-dev |
I have retested this old issue and it is no longer reproducable (as expected) and can now be closed
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-08-15 19:54:47 |
Closed_By | ⇒ | alikon | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
I confirm contacts links are totally broken in frontend and language swicther too.
There are many errors. Looks like something fundamental has been modified in core.