no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.CurrentAnchestor;
|
||||
import Common.Current_;
|
||||
import Common.Utils.CommonUtils;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Visual.UI;
|
||||
@@ -9,7 +9,7 @@ import _VisualDVM.Repository.EmailMessage;
|
||||
import _VisualDVM.Repository.Server.ServerCode;
|
||||
import _VisualDVM.Repository.Server.ServerExchangeUnit_2021;
|
||||
import Visual_DVM_2021.Passes.Server.ComponentsRepositoryPass;
|
||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
||||
import Visual_DVM_2021.Passes.PassCode;
|
||||
import javafx.util.Pair;
|
||||
|
||||
import java.util.Date;
|
||||
@@ -31,7 +31,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (CurrentAnchestor.Check(Log, Current.BugReport)) {
|
||||
if (Current_.Check(Log, Current.BugReport)) {
|
||||
target = Current.getBugReport();
|
||||
if (!BugReportInterface.CheckNotDraft(target,Log))
|
||||
return false;
|
||||
@@ -83,7 +83,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
|
||||
message_text = target.comment;
|
||||
break;
|
||||
}
|
||||
passes.get(PassCode_2021.Email).Do(
|
||||
passes.get(PassCode.Email).Do(
|
||||
new EmailMessage(
|
||||
message_header + " " + CommonUtils.Brackets(Current.getAccount().name),
|
||||
message_text,
|
||||
|
||||
Reference in New Issue
Block a user