fix(templateSync): при сравненни полного описания, удалять символы переноса.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace PARR.DAL.Models
|
||||
set
|
||||
{
|
||||
//удаляем префикс, если он есть
|
||||
_fullDescription = value.Replace($"\r\n{PrefixSettings.PrefixWithoutVariable}", "");
|
||||
_fullDescription = value.Replace($"\r\n{PrefixSettings.PrefixWithoutVariable}", string.Empty);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user