Skip to content

Comments

Fix: reset attributesToExclude to ensure all attributes are processed#159

Open
MiguelG97 wants to merge 3 commits intoThatOpen:mainfrom
MiguelG97:fix/attributes
Open

Fix: reset attributesToExclude to ensure all attributes are processed#159
MiguelG97 wants to merge 3 commits intoThatOpen:mainfrom
MiguelG97:fix/attributes

Conversation

@MiguelG97
Copy link
Member

@MiguelG97 MiguelG97 commented Feb 14, 2026

Fix #133

Description

When the user calls addAllAttributes(), some attributes are still excluded. This PR clears the exclusion filter to allow full attribute loading (particularly OwnerHistory and ObjectPlacement).

image

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following:

  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Follow the Conventional Commits v1.0.0 standard for PR naming (e.g. feat(examples): add hello-world example).
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "everything" option to getItemsData()

1 participant