Update TaggedResourceManagerImpl.java

This commit is contained in:
dahn 2019-06-06 16:11:39 +02:00 committed by GitHub
parent a39505cc86
commit a478704f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public class TaggedResourceManagerImpl extends ManagerBase implements TaggedReso
}
if (resourceType == ResourceObjectType.Project) {
accountId = ((ProjectVO)entity).getId();
accountId = ((ProjectVO)entity).getProjectId();
}
if (entity instanceof OwnedBy) {