Update to support opening child editing form via url (hash or sub-path); also proceses on record-view via hash

This commit is contained in:
2022-12-06 15:56:20 -06:00
parent ad239544f5
commit 80a3c0679e
7 changed files with 220 additions and 95 deletions

View File

@ -795,7 +795,7 @@ function EntityList({table, launchProcess}: Props): JSX.Element
const closeModalProcess = (event: object, reason: string) =>
{
if (reason === "backdropClick")
if (reason === "backdropClick" || reason === "escapeKeyDown")
{
return;
}