Skip to content

Commit

Permalink
remove filterQualifier from id. It should be added custom if you want…
Browse files Browse the repository at this point in the history
… it.
  • Loading branch information
rizen committed Jan 13, 2025
1 parent 1362873 commit 7178b5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ving/docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ With this:

Also don't forget to update the imports in your schema files.

* Set filterQualifier to true for the baseSchemaId.
* Added better error handling for int2str parseId().
* Added stringToNumber option to int2str parseId().
* Added allowRealPubicId to ving schema props.
Expand Down
1 change: 0 additions & 1 deletion ving/schema/helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export const baseSchemaId = {
name: "id",
required: false,
default: undefined,
filterQualifier: true,
db: (prop) => dbPk(prop),
view: ['public'],
edit: [],
Expand Down

0 comments on commit 7178b5a

Please sign in to comment.