Allow edit 1st pub field

This commit is contained in:
Georgy Litvinov 2020-12-07 23:43:36 +01:00
parent 51c49aace2
commit 7f72892b0b

View file

@ -98,7 +98,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
</label> </label>
</div> </div>
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!> <#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>
<#if firstPub.statements?has_content && firstPub.type == "data"> <#if firstPub.statements?has_content || editable >
<div class="firstPub" style="list-style:none;"> <div class="firstPub" style="list-style:none;">
<div class="label">Первая публикация статьи <div class="label">Первая публикация статьи
</div> </div>