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