This commit is contained in:
2020-12-08 15:29:13 +00:00
parent aefe5f636f
commit 883c02ca73

View File

@@ -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)
}