Foros de discusión

Status Field in MBMessage and MBThread

thumbnail
Steve Womack, modificado hace 13 años.

Status Field in MBMessage and MBThread

Junior Member Mensajes: 58 Fecha de incorporación: 16/04/10 Mensajes recientes
What is the status field used for in MBMessage and MBThread in the liferay database?

I have tried to look in the wiki and other post in the forums, but i have been unable to find an answer to this question.

I also tried to manually change one of my threads to status=1 and it no longer showed up in the forum.

I wonder if someone would be kind enough to explain what it is used for and what values it takes? The only reason i am trying to solve this is because i am trying to move my companies thread from ikon board to liferay.
Jan Boonen, modificado hace 12 años.

RE: Status Field in MBMessage and MBThread

New Member Mensajes: 3 Fecha de incorporación: 19/08/10 Mensajes recientes
Liferay statuses are defined in the file com.liferay.portal.kernel.workflow.WorkflowConstants which can be found in the portal-service JAR. Usually all forum topics and messages are created with status STATUS_APPROVED (int=0).
thumbnail
David H Nebinger, modificado hace 8 años.

RE: Status Field in MBMessage and MBThread

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Way to go, bringing a zombie to life!