no message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Current_;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Visual.UI;
|
||||
@@ -122,7 +122,7 @@ public class UpdateBugReportField extends ComponentsRepositoryPass<BugReport> {
|
||||
message_header += target.executor + " назначается исполнителем";
|
||||
break;
|
||||
case "state":
|
||||
message_header += "состояние изменилось на " + CommonUtils.Brackets(target.state.getDescription());
|
||||
message_header += "состояние изменилось на " + Utils_.Brackets(target.state.getDescription());
|
||||
break;
|
||||
}
|
||||
passes.get(PassCode.Email).Do(
|
||||
|
||||
Reference in New Issue
Block a user