for admin form page

This commit is contained in:
hsueh chiahao
2025-10-11 22:56:59 +08:00
parent 2793c70010
commit c88e1faa7c
10 changed files with 445 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ const getAppIdFromUrl = () => {
export const getAppId = () => {
try {
if (isInAdminPage()) {
return getAppIdFromUrl() || null;
return Number(cybozu?.data?.page?.APP_ID) || getAppIdFromUrl() || null;
}
if (!isGlobalKintoneExist()) {