1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-17 13:07:50 +02:00

Исправлены сообщения для владельца и родителя

This commit is contained in:
Dmitriy Marmyshev
2021-12-14 22:52:02 +02:00
parent 3073db8766
commit aae9923819
4 changed files with 12 additions and 7 deletions

View File

@ -136,7 +136,7 @@ public class MdStandardAttributeSynonymEmpty
if (attribute == null || StringUtils.isBlank(getSynonym(attribute, languageCode)))
{
resultAceptor.addIssue(Messages.MdOwnerAttributeSynonymEmpty_ErrorMessage,
resultAceptor.addIssue(Messages.MdOwnerAttributeSynonymEmpty_parent_ErrorMessage,
BASIC_DB_OBJECT__STANDARD_ATTRIBUTES);
}
}
@ -152,7 +152,7 @@ public class MdStandardAttributeSynonymEmpty
if (attribute == null || StringUtils.isBlank(getSynonym(attribute, languageCode)))
{
resultAceptor.addIssue(Messages.MdOwnerAttributeSynonymEmpty_ErrorMessage,
resultAceptor.addIssue(Messages.MdOwnerAttributeSynonymEmpty_owner_ErrorMessage,
BASIC_DB_OBJECT__STANDARD_ATTRIBUTES);
}
}

View File

@ -50,7 +50,8 @@ final class Messages
public static String MdListObjectPresentationCheck_title;
public static String MdOwnerAttributeSynonymEmpty_Title;
public static String MdOwnerAttributeSynonymEmpty_Description;
public static String MdOwnerAttributeSynonymEmpty_ErrorMessage;
public static String MdOwnerAttributeSynonymEmpty_owner_ErrorMessage;
public static String MdOwnerAttributeSynonymEmpty_parent_ErrorMessage;
public static String MdScheduledJobDescriptionCheck_title;
public static String MdScheduledJobDescriptionCheck_description;
public static String MdScheduledJobDescriptionCheck_message;

View File

@ -47,10 +47,12 @@ MdObjectNameWithoutSuffix_Name_suffix_list_title = Name suffix list, comma separ
MdOwnerAttributeSynonymEmpty_Description = Synonym of the 'Owner' or 'Parent' standard attribute is not specified
MdOwnerAttributeSynonymEmpty_ErrorMessage = Synonym of the 'Owner' or 'Parent' standard attribute is not specified
MdOwnerAttributeSynonymEmpty_Title = Synonym of the 'Owner' or 'Parent' standard attribute is not specified
MdOwnerAttributeSynonymEmpty_owner_ErrorMessage = Synonym of the 'Owner' standard attribute is not specified
MdOwnerAttributeSynonymEmpty_parent_ErrorMessage = Synonym of the 'Parent' standard attribute is not specified
MdScheduledJobDescriptionCheck_description = The description of the predefine sheduled job is set
MdScheduledJobDescriptionCheck_message = The description of the predefine sheduled job is set

View File

@ -48,10 +48,12 @@ MdObjectNameWithoutSuffix_Name_suffix_list_title = Список суффиксо
MdOwnerAttributeSynonymEmpty_Description = Не задан синоним у стандартного свойства 'Владелец' или 'Родитель'
MdOwnerAttributeSynonymEmpty_ErrorMessage = Не задан синоним у стандартного свойства 'Владелец' или 'Родитель'
MdOwnerAttributeSynonymEmpty_Title = Не задан синоним у стандартного свойства 'Владелец' или 'Родитель'
MdOwnerAttributeSynonymEmpty_owner_ErrorMessage = Не задан синоним у стандартного реквизита 'Владелец'
MdOwnerAttributeSynonymEmpty_parent_ErrorMessage = Не задан синоним у стандартного реквизита 'Родитель'
MdScheduledJobDescriptionCheck_description = Задано наименование предопределенного регламентного задания
MdScheduledJobDescriptionCheck_message = Задано наименование предопределенного регламентного задания