Исправление бага с регистрацией. 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

@@ -108,7 +108,7 @@ public class PublishComponent extends ComponentsRepositoryPass<Component> {
new Vector<>(Global.componentsServer.db.subscribers.Data.keySet()));
if (f.fields.cbForceMail.isSelected())
message.addAttachement(target.getFile());
Global.mainModule.getPass(PassCode.Email).Do(message);
Global.mainModule.getPass(PassCode.CheckedEmail).Do(message);
//---
if (target.getComponentType().equals(ComponentType.Sapfor_F) && f.fields.cbAssemblyOnServer.isSelected()) {
Global.mainModule.getUI().getMainWindow().FocusTesting();