Foros de discusión

Changing the Number of item's in "Recent Posts" is broken

thumbnail
Corné Aussems, modificado hace 13 años.

Changing the Number of item's in "Recent Posts" is broken

Liferay Legend Mensajes: 1313 Fecha de incorporación: 3/10/06 Mensajes recientes
hi,

The changing of the Number of item's in "Recent Posts" is broken.

So only 20 items is available now.
thumbnail
Corné Aussems, modificado hace 13 años.

RE: Changing the Number of item's in "Recent Posts" is broke

Liferay Legend Mensajes: 1313 Fecha de incorporación: 3/10/06 Mensajes recientes
Corné Aussems:
hi,

The changing of the Number of item's in "Recent Posts" is broken.

So only 20 items is available now.


I mean in this forum on the liferay.com domain;

test it here

it's anoying emoticon
thumbnail
Amos Fong, modificado hace 13 años.

RE: Changing the Number of item's in "Recent Posts" is broke

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
Hi Corné,

Thanks for reporting that. I've fixed it for now, but it happens once in a while.

I'm trying to debug the issue but can't seem to fine the root cause...It looks like MBThreads are not being removed when a MBMessage is removed. For example this is how I fix the issue:

delete from MBThread where rootMessageId not in (select messageId from MBMessage);