This commit is contained in:
2020-05-15 21:47:39 +00:00
parent e125e0daf3
commit 1168e3314e
4 changed files with 8 additions and 8 deletions

View File

@@ -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;

View File

@@ -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: