First pass at permissions; Updated auth0 to work with access token instead of id token

This commit is contained in:
2023-01-11 16:31:39 -06:00
parent eff5a04c0f
commit e096e055a4
16 changed files with 273 additions and 96 deletions

View File

@ -95,8 +95,8 @@ class ValueUtils
let tablePath = ValueUtils.getQInstance().getTablePathByName(toRecordFromTable);
if (!tablePath)
{
console.log("Couldn't find path for table: " + tablePath);
return ("");
console.log("Couldn't find path for table: " + toRecordFromTable);
return (displayValue ?? rawValue);
}
if (!tablePath.endsWith("/"))