Skip to content

Commit c0ae12d

Browse files
committed
docs: cite #16581 for the picker filter-shape defect
1 parent 668b48f commit c0ae12d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/rest/src/public-form-lookup-picker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('#7467 a spec-valid stored form carrying a publicPicker reaches the loo
212212
// `FormFieldPublicPickerSchema.filter` declares, NOT a
213213
// `FilterCondition`. `findData` is stubbed in this suite, so it never
214214
// meets the ingress's verdict on that value; the real normalizer
215-
// refuses it. Filed separately — ⛔ do not "repair" it by editing this
215+
// refuses it (#16581) — ⛔ do not "repair" it by editing this
216216
// expectation.
217217
expect(findData).toHaveBeenCalledTimes(1);
218218
const call = findData.mock.calls[0][0];

packages/rest/src/rest-server-canonical-query-ast.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* pair is asserted equal by both REFUSING — its `where` carries
4242
* `ViewFilterRule` rows, which the ingress declines with `400 INVALID_FILTER`
4343
* before and after this card alike. Equality is the assertion; the verdict on
44-
* either side is the ingress's, and repairing it is a separate card.
44+
* either side is the ingress's, and repairing it is #16581.
4545
*/
4646

4747
import { describe, it, expect, vi } from 'vitest';

packages/rest/src/rest-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10553,7 +10553,7 @@ export class RestServer {
1055310553
// `FormFieldPublicPickerSchema.filter` declares) composed
1055410554
// with the route's own search row, and the ingress refuses
1055510555
// a non-empty one with `400 INVALID_FILTER` — measured, and
10556-
// filed separately. ⛔ Not repaired here: this card retypes
10556+
// filed as #16581. ⛔ Not repaired here: this card retypes
1055710557
// the SPELLING of these literals and moves no behaviour.
1055810558
// `FilterCondition`'s `[key: string]: any` index signature
1055910559
// is why the array still compiles against the slot.

0 commit comments

Comments
 (0)