diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 8b94ffae..3711c94a 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -730,7 +730,8 @@ function buildRecords(listData, columndefinitions) { InternalId = 13, MemorySize=14, TimeSpan=15, - PhoneNumber=16//this is so client can dial directly + PhoneNumber=16//this is so client can dial directly, + Roles=17 } */ @@ -819,6 +820,9 @@ function buildRecords(listData, columndefinitions) { 2 ); break; + case 17: //Authorization Roles + //do nothing yet + break; default: //do nothing, allow it to stay as is (checkbox, plain text etc) }