diff --git a/packages/plugin-grid/src/importCoercionContract.test.ts b/packages/plugin-grid/src/importCoercionContract.test.ts index c6611a4b8..62d36f7b5 100644 --- a/packages/plugin-grid/src/importCoercionContract.test.ts +++ b/packages/plugin-grid/src/importCoercionContract.test.ts @@ -12,7 +12,7 @@ * * `REFERENCE_IMPORT_TYPES` is derived from the same spec constant the server * derives from, so the two ends share one source. The boolean token table has - * no spec export yet (framework#3786), so it cannot be derived — the pinned + * no spec export yet (objectstack#4173), so it cannot be derived — the pinned * inventory below is the tripwire that makes edits deliberate instead of * silent. When the spec starts publishing the table, replace the local sets * with the import and delete the inventory. diff --git a/packages/plugin-grid/src/importCoercionContract.ts b/packages/plugin-grid/src/importCoercionContract.ts index 2595fc560..0c8bc9e45 100644 --- a/packages/plugin-grid/src/importCoercionContract.ts +++ b/packages/plugin-grid/src/importCoercionContract.ts @@ -23,7 +23,7 @@ import { REFERENCE_VALUE_TYPES } from '@objectstack/spec/data'; * * The spec does not publish this table yet, so it cannot be derived — the * paired inventory in the test is the tripwire that keeps edits deliberate - * (framework#3786 tracks exporting it from the source of truth). + * (objectstack#4173 tracks exporting it from the source of truth). */ export const BOOLEAN_TRUE_IMPORT_TOKENS: ReadonlySet = new Set([ 'true', 't', 'yes', 'y', '1', 'on', '是', '对', '✓', '√',