mirror of https://github.com/apache/cloudstack.git
Update TaggedResourceManagerImpl.java
This commit is contained in:
parent
a39505cc86
commit
a478704f67
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue