Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!!! FEATURE: Separate properties and references in clientEval #3813

Open
wants to merge 5 commits into
base: 9.0
Choose a base branch
from

Conversation

pKallert
Copy link
Contributor

What I did
As discussed in neos/neos-development-collection#5156 references should be available separately in ClientEval

How I did it

I adjusted the logic for loading data for the right sidebar to be separated into properties and references.

depends on #3810

How to verify it

Use ClientEval:console.log(node) in the right to see that references are no longer in the properties array but now their separate item:
Bildschirmfoto 2024-06-24 um 18 01 14

@github-actions github-actions bot added the 9.0 label Jun 24, 2024
@pKallert pKallert changed the title Feature/use references in client eval Feature: Separate properties and references in clientEval Jun 24, 2024
@github-actions github-actions bot added the Feature Label to mark the change as feature label Jun 24, 2024
@mhsdesign mhsdesign changed the title Feature: Separate properties and references in clientEval !!! FEATURE: Separate properties and references in clientEval Jun 25, 2024
Copy link
Contributor

@grebaldi grebaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one, thx @pKallert! 👍 by 👀

@pKallert pKallert requested a review from mhsdesign July 12, 2024 13:03
@mhsdesign
Copy link
Member

Looks good sofar but ill have to try this out ;) It seems that with the transientValues we still mix properties and references but that seems sensible ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.0 Feature Label to mark the change as feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants