This commit is contained in:
@@ -218,7 +218,8 @@ export default {
|
||||
},
|
||||
getIconForObjectType(otype) {
|
||||
if (otype) {
|
||||
return this.ayaTypes[otype].icon;
|
||||
//return this.ayaTypes[otype].icon;
|
||||
return window.$gz.util.iconForType(otype);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
@@ -392,7 +393,6 @@ async function populateAyaTypeList(vm) {
|
||||
}
|
||||
temp[item.id] = {
|
||||
name: item.name,
|
||||
icon: window.$gz.util.iconForType(item.id),
|
||||
openableObject: openableObject
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user