mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-03 01:52:36 +01:00
rename needsToBeLinked to linkCheck and continue dedupe
This commit is contained in:
@@ -153,7 +153,7 @@ public class Requirement extends JSONElement {
|
||||
|
||||
@Override
|
||||
public void link() {
|
||||
if (!this.needsToBeLinked()) return;
|
||||
if (!this.linkCheck()) return;
|
||||
Project proj = getProject();
|
||||
if (proj == null) {
|
||||
Notification.addError("Error linking requirement "+getDesc()+". No parent project found.");
|
||||
|
||||
Reference in New Issue
Block a user