contao / contao

Contao Open Source CMS
https://contao.org
GNU Lesser General Public License v3.0
350 stars 159 forks source link

Problems with event reader in combination with newslist #7210

Closed contaoacademy closed 6 months ago

contaoacademy commented 6 months ago

Affected version(s)

5.3.8

Description

I am currently not sure whether this is simply a known limitation or a bug that can be corrected.

The following configuration is required:

Now open the event list and click on an event. A 404 error occurs here. The event is not displayed.

It appears that an attempt is being made to redirect to the newsreader. The newsreader cannot distinguish between news and event. I have no idea whether this can be solved technically or whether this configuration is simply not allowed.

fritzmg commented 6 months ago

You likely accidentally configured a reader module in your news list module.

contaoacademy commented 6 months ago

Yes, that was a mistake / configuration error. The question is simply whether something like this can be technically prevented. If not, then the ticket can be closed.

fritzmg commented 6 months ago

The module cannot know that, no. If you enable this option in the list module, the module is automatically replaced with the selected reader module if an auto_item is present in the URL.

contaoacademy commented 6 months ago

I am closing the ticket as this is a misconfiguration.