Add initial support for all-boards notice

This commit is contained in:
Kijin Sung 2020-10-02 01:36:40 +09:00
parent d1edc53b4e
commit 2b77b42480
7 changed files with 25 additions and 7 deletions

View file

@ -332,7 +332,7 @@ class documentItem extends BaseObject
function isNotice()
{
return (bool) ($this->get('is_notice') == 'Y');
return (bool) ($this->get('is_notice') !== 'N');
}
function useNotify()