12-08-2021, 09:32 PM
Ooookay, i did some coding diggin, and found that this is using sthpw/message table...
I think this is not ideal solution, but i think this was made to minimize db queries count.
One of the flaw i see is bug, when there is no message with status "complete" created, i don't know why it is no create though.
Second - when i delete publish task it will not delete any messages from the message table, so even if Publish task does not exists anymore - its still showing the complete state, which is wrong...
I think this is not ideal solution, but i think this was made to minimize db queries count.
One of the flaw i see is bug, when there is no message with status "complete" created, i don't know why it is no create though.
Second - when i delete publish task it will not delete any messages from the message table, so even if Publish task does not exists anymore - its still showing the complete state, which is wrong...