Hi!
After update JA Alfa from v. 1.0.3 to 2.0.0 in all articles (under the article name) there is an inscription not published (RU: Не опубликовано). Returned to the old version, no problem. When install 2.0.0 again, the problem repeats. Example: https://smirnovblog.ru/travels/tour-ili-samostoyatelnoe-puteshestvie . For the frontend I hid this caption (so as not to frighten users) with:
.label-warning {
display: none;
}
but it is still present in the code. The problem can be seen in the code at line 243:
<span class="label label-warning">Не опубликовано</span>
How do I fix this problem?