Skip to content

Fix mirrored items missing "Mirrored" text when using API character import - #10237

Merged
LocalIdentity merged 1 commit into
PathOfBuildingCommunity:devfrom
AdamZ-8113:fix/import-mirrored-items
Aug 23, 2026
Merged

LocalIdentity merged 1 commit into
PathOfBuildingCommunity:devfrom
AdamZ-8113:fix/import-mirrored-items

Conversation

@AdamZ-8113

Copy link
Copy Markdown
Contributor

Fixes # N/A

Description of the problem being solved:

Mirrored items were not displaying the "Mirrored" tag when imported via the character import workflow. This is because GGG's item API uses the duplicated field on mirrored items, but the character import workflow was only checking itemData.mirrored.

This maps itemData.duplicated to PoB's existing mirrored state while retaining itemData.mirrored as a compatibility fallback.

The existing 3.29 item API import test now supplies duplicated = true and verifies that the resulting item is mirrored.

Steps taken to verify a working solution:

Link to a build that showcases this PR:

See above

Before screenshot:

image

After screenshot:

image

@LocalIdentity LocalIdentity added the bug: behaviour Behavioral differences label Aug 23, 2026
@LocalIdentity LocalIdentity changed the title Fix mirrored items in character imports Fix mirrored items missing "Mirrored" text when using API character import Aug 23, 2026
@LocalIdentity
LocalIdentity merged commit 033ac87 into PathOfBuildingCommunity:dev Aug 23, 2026
3 checks passed
@LocalIdentity LocalIdentity added the pob2 Label for features that should be ported over to PoB-PoE2 label Aug 29, 2026
LocalIdentity pushed a commit to PathOfBuildingCommunity/PathOfBuilding-PoE2 that referenced this pull request Aug 30, 2026
… character import (#2475)

* Apply changes from PathOfBuildingCommunity/PathOfBuilding#10237

* fix port

---------

Co-authored-by: AdamZ-8113 <AdamZ-8113@users.noreply.github.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: behaviour Behavioral differences pob2 Label for features that should be ported over to PoB-PoE2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants