This commit is contained in:
@@ -730,7 +730,8 @@ function buildRecords(listData, columndefinitions) {
|
|||||||
InternalId = 13,
|
InternalId = 13,
|
||||||
MemorySize=14,
|
MemorySize=14,
|
||||||
TimeSpan=15,
|
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
|
2
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
case 17: //Authorization Roles
|
||||||
|
//do nothing yet
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
//do nothing, allow it to stay as is (checkbox, plain text etc)
|
//do nothing, allow it to stay as is (checkbox, plain text etc)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user