This commit is contained in:
@@ -36,7 +36,7 @@ To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version
|
|||||||
MISC ITEMS THAT CAME UP
|
MISC ITEMS THAT CAME UP
|
||||||
|
|
||||||
todo: object history / user history form
|
todo: object history / user history form
|
||||||
why can't I open up a customer or customer note from that form or other objects?
|
can't open up a customer or customer note from that form or other objects?
|
||||||
is it just not coded?
|
is it just not coded?
|
||||||
|
|
||||||
todo: erasedatabase for import needs to also erase datalistview's and defaults or has an issue with them
|
todo: erasedatabase for import needs to also erase datalistview's and defaults or has an issue with them
|
||||||
@@ -89,11 +89,12 @@ todo: input type email url phone number etc supported on device to activate?
|
|||||||
|
|
||||||
todo: search form weirdness
|
todo: search form weirdness
|
||||||
ICONS
|
ICONS
|
||||||
search for "abc" in imported data get a user result then the other results below do not have logos
|
search for "abc" in imported data get a user result then the other results below do not have logos
|
||||||
i.e. workorder headoffice, project
|
i.e. workorder headoffice, project
|
||||||
needs all icons to show properly
|
needs all icons to show properly
|
||||||
|
## HERE: icon: window.$gz.util.iconForType(item.id),
|
||||||
TYPE NAMES
|
TYPE NAMES
|
||||||
results for some type names show as "type 59" for example instead of "Customer note"
|
results for some type names show as "type 59" for example instead of "Customer note"
|
||||||
|
|
||||||
todo: TEST ON SERVER CUSTOMER STUFF
|
todo: TEST ON SERVER CUSTOMER STUFF
|
||||||
............................................................
|
............................................................
|
||||||
|
|||||||
@@ -382,12 +382,13 @@ async function populateAyaTypeList(vm) {
|
|||||||
//CoreBizObject add here
|
//CoreBizObject add here
|
||||||
//todo: centralize this if reuqired one more time anywhere
|
//todo: centralize this if reuqired one more time anywhere
|
||||||
switch (item.id) {
|
switch (item.id) {
|
||||||
case window.$gz.type.User:
|
//default to can open and only have exceptions because most stuff can be opened
|
||||||
case window.$gz.type.Widget:
|
case window.$gz.type.NoType:
|
||||||
openableObject = true;
|
case window.$gz.type.DashboardView:
|
||||||
|
openableObject = false;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
openableObject = false;
|
openableObject = true;
|
||||||
}
|
}
|
||||||
temp[item.id] = {
|
temp[item.id] = {
|
||||||
name: item.name,
|
name: item.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user