You've already forked v8-code-style
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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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 = Задано наименование предопределенного регламентного задания
|
||||
|
Reference in New Issue
Block a user