feat(dal, templateMatcher): изменена логика работы Shortcodes сервиса в сторону самостоятельной дозагрузки данных из БД, в Template сервис добавлен метод атомарного резервирования шаблона для TemplateMatcher
This commit is contained in:
@@ -6,8 +6,10 @@ namespace PARR.Constants
|
||||
public enum ShortcodeTypeEnum
|
||||
{
|
||||
Static,
|
||||
Standart,
|
||||
Standard,
|
||||
Relationship,
|
||||
FieldValue
|
||||
FieldValue,
|
||||
GroupValue,
|
||||
Transform
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user