Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
129 stars 54 forks source link

Seblod 4.0.6 - Category List shows nothing because of SEBLOD System Plugin #750

Closed coolcat-creations closed 1 year ago

coolcat-creations commented 1 year ago

In the file: plugins/system/cck/cck.php

there is a line $app->setUserState( 'com_content.category.list.'.(int)$id.':'.(int)$itemId.'.limit', -1 );

Which causes category lists to have no output at all.

            Line 195: $app->setUserState( 'com_content.category.list.'.(int)$id.':'.(int)$itemId.'.limit', -1 );

Why is this line there?

sebastienheraud commented 1 year ago

Hi @coolcat-creations, Thanks for reporting. One condition https://github.com/Octopoos/SEBLOD/commit/cc1ae5b4cc78f937465e71bf334c4118c20d4c0f added in upcoming SEBLOD 4.1 release, so it should be OK after upgrade. Saba