mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-03 09:58:30 +01:00
rename some stuff and be more specific on some usages
This commit is contained in:
@@ -206,7 +206,10 @@ public class Item extends JSONElement {
|
||||
|
||||
@Override
|
||||
public void link() {
|
||||
if (!this.linkCheck()) return;
|
||||
if (shouldSkipParseOrLink()) {
|
||||
return;
|
||||
}
|
||||
ensureParseIfNeeded();
|
||||
Project proj = getProject();
|
||||
if (proj == null) {
|
||||
Notification.addError("Error linking item " + id + ". No parent project found.");
|
||||
|
||||
Reference in New Issue
Block a user