[18.0][IMP] base_import_match: add Match column to import preview - #426
Open
yostashiro wants to merge 1 commit into
Open
[18.0][IMP] base_import_match: add Match column to import preview#426yostashiro wants to merge 1 commit into
yostashiro wants to merge 1 commit into
Conversation
yostashiro
force-pushed
the
6195-imp-base_import_match
branch
2 times, most recently
from
February 28, 2026 09:46
9dfa914 to
453db6f
Compare
yostashiro
marked this pull request as ready for review
February 28, 2026 09:53
yostashiro
force-pushed
the
6195-imp-base_import_match
branch
from
February 28, 2026 10:34
453db6f to
5700379
Compare
yostashiro
force-pushed
the
6195-imp-base_import_match
branch
3 times, most recently
from
March 3, 2026 09:29
aaff606 to
63ed5ec
Compare
AungKoKoLin1997
added a commit
to qrtl/server-backend
that referenced
this pull request
Jun 26, 2026
Add a Match column to the import preview UI. Checking a field uses it to find existing records (match key) without writing its value during import. Pre-configured Import Match rules pre-check their fields automatically. If a row matches zero or multiple records, the whole import is blocked. Enhancement from OCA#426.
AungKoKoLin1997
added a commit
to qrtl/server-backend
that referenced
this pull request
Jun 29, 2026
Add a Match column to the import preview UI. Checking a field uses it to find existing records (match key) without writing its value during import. Pre-configured Import Match rules pre-check their fields automatically. If a row matches zero or multiple records, the whole import is blocked. Enhancement from OCA#426.
AungKoKoLin1997
added a commit
to qrtl/server-backend
that referenced
this pull request
Jun 30, 2026
Add a Match column to the import preview UI. Checking a field uses it to find existing records (match key) without writing its value during import. Pre-configured Import Match rules pre-check their fields automatically. If a row matches zero or multiple records, the whole import is blocked. Enhancement from OCA#426.
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Allow users to select match fields directly in the import preview UI. Checked fields are used to find existing records but are not written. Pre-configured import match rules pre-check the defaults. UI selections prevail over configured rules; empty selection skips matching entirely. When a match finds zero or multiple records, the entire import is blocked with per-row error messages.
AungKoKoLin1997
force-pushed
the
6195-imp-base_import_match
branch
from
July 27, 2026 07:33
63ed5ec to
29c8c71
Compare
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.
Allow users to select match fields directly in the import preview UI.
Checked fields are used to find existing records but are not written.
Pre-configured import match rules pre-check the defaults.
UI selections prevail over configured rules; empty selection skips
matching entirely. When a match finds zero or multiple records, the
entire import is blocked with per-row error messages.
This will allow ad-hoc selection of matching keys at data import.

@qrtl QT6195