Исправление бага с регистрацией. v++

todo рефакторинг системы регистрации багов и прочего.
This commit is contained in:
2024-11-26 14:45:59 +03:00
parent 3add52b2b7
commit 18414e5c80
9 changed files with 71 additions and 40 deletions

View File

@@ -80,7 +80,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
message_text = target.comment;
break;
}
Global.mainModule.getPass(PassCode.Email).Do(
Global.mainModule.getPass(PassCode.CheckedEmail).Do(
new EmailMessage(
message_header + " " + Utils_.Brackets(Global.mainModule.getAccount().name),
message_text,