This commit is contained in:
@@ -416,7 +416,7 @@ export default {
|
||||
},
|
||||
///////////////////////////////////
|
||||
// POST FILE ATTACHMENTS
|
||||
// @param {ayId:objectid, ayType:objectType, files:[array of files]}
|
||||
// @param {ayaId:objectid, ayaType:objectType, files:[array of files]}
|
||||
//
|
||||
uploadAttachment(at) {
|
||||
let that = this;
|
||||
|
||||
@@ -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