This commit is contained in:
@@ -284,8 +284,8 @@ export default {
|
||||
//(used for search results and event log / history)
|
||||
//NOTE: Any object type could appear in event log, they all need to be supported where possible
|
||||
//CoreBizObject add here
|
||||
iconForType: function(aytype) {
|
||||
switch (aytype) {
|
||||
iconForType: function(ayaType) {
|
||||
switch (ayaType) {
|
||||
case window.$gz.type.NoType:
|
||||
return "fa-genderless";
|
||||
case window.$gz.type.Global:
|
||||
|
||||
Reference in New Issue
Block a user