change levels

This commit is contained in:
Jean-Christian Denis 2025-01-11 10:42:18 +01:00
parent 2ce94d046b
commit 793f7e3ae3
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -22,8 +22,8 @@ use Dotclear\Module\MyPlugin;
class My extends MyPlugin
{
public const PERMISSION_SUBSCRIBER = 'subscriber';
public const POST_SUBSCRIBED = -200;
public const POST_READY = -100;
public const POST_PROOFREAD = -110;
public const POST_DRAFT = -120;
public const POST_SUBSCRIBED = -110;
public const POST_READY = -111;
public const POST_PROOFREAD = -112;
public const POST_DRAFT = -113;
}