From 60b851373ed966e98f69014c24c2caf66b20b7e5 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 12 Jan 2025 21:35:12 -0600 Subject: [PATCH] Set filterQualifier to true for the baseSchemaId. --- ving/docs/change-log.md | 2 ++ ving/schema/helpers.mjs | 1 + 2 files changed, 3 insertions(+) diff --git a/ving/docs/change-log.md b/ving/docs/change-log.md index 0b16a7ee..f92a8d9e 100644 --- a/ving/docs/change-log.md +++ b/ving/docs/change-log.md @@ -28,6 +28,8 @@ With this: Also don't forget to update the imports in your schema files. +* Set filterQualifier to true for the baseSchemaId. + ## December 2024 ### 2024-12-17 diff --git a/ving/schema/helpers.mjs b/ving/schema/helpers.mjs index f203bae1..ea9c96c6 100644 --- a/ving/schema/helpers.mjs +++ b/ving/schema/helpers.mjs @@ -252,6 +252,7 @@ export const baseSchemaId = { name: "id", required: false, default: undefined, + filterQualifier: true, db: (prop) => dbPk(prop), view: ['public'], edit: [],