Feature ETP-4609: Fix product grid filter panel bugs#68
Merged
Conversation
IrinaUrri
requested review from
sebastianbarrozo and
valenvivaldi
as code owners
July 23, 2026 11:44
ivanrobledofutit
approved these changes
Jul 23, 2026
Contributor
|
📦 Preview packages published — dist-tag To exercise the published-package path (no make bump-core-version VERSION=0.3.17-preview.feature-ETP-4609.20260724103804.f11804eRe-posted on each push to this branch; supersedes older previews. |
AyelenGarcia01
approved these changes
Jul 24, 2026
RubenEtendo
approved these changes
Jul 24, 2026
Contributor
Epic rollout entryFeature PR: #68 Feature ETP-4609: Fix product grid filter panel bugs {
"number": 68,
"title": "Feature ETP-4609: Fix product grid filter panel bugs",
"url": "https://github.com/etendosoftware/schema_forge_core/pull/68",
"author": "IrinaUrri",
"mergedAt": "2026-07-24T18:26:16Z",
"summaryBullets": [],
"reviewReport": {
"outcome": "Not found",
"blockers": [],
"warnings": []
}
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage
Jira: https://etendoproject.atlassian.net/browse/ETP-4609
Scope (this repo — schema_forge_core / @etendosoftware/app-shell-core)
This repo owns the generic grid filter component, so it carries the shared fix for bug 1 plus the fully backend-independent bug 3 and bug 4:
inSetfilter was case-sensitive, causing valid matches to be silently dropped when casing didn't line up; made case-insensitive.Commits (test-first, per Bug/Pasada1 QA-gated process)
Add failing tests for grid filter panel bugs— reproduces bug 1 (bad operator/column combos)Hide isNull ops on required + exclude ghost cols— fixes bug 1Document filter operator/column rules— docs for the bug 1 fixAdd failing test for case-sensitive inSet filter— reproduces bug 3/4Make inSet filter case-insensitive— fixes bug 3/4Document case-insensitive inSet filter— docs for the fixThis package is consumed by
etendo_schema_forgeas the published@etendosoftware/app-shell-coredependency (default profile — seedocs/repo-topology.mdthere). These fixes will not reach functional windows outsideLOCAL_COREdev mode until this package is published and version-bumped inetendo_schema_forge. That publish + bump is a known follow-up, out of scope for this PR.Companion PRs
Part of a lockstep 3-repo change for ETP-4609. Companion PRs: