no message
This commit is contained in:
@@ -28,7 +28,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (server.db.bugReports.getUI().Check(Log)) {
|
||||
if (server.db.bugReports.getUI().CheckCurrent(Log)) {
|
||||
target = server.db.bugReports.getUI().getCurrent();
|
||||
if (!target.CheckNotDraft(Log))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user