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: Add api eel helpers as replacement for node.context.inBackend and node.context.isLive #4074

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

ahaeslich
Copy link
Member

No description provided.

@ahaeslich ahaeslich force-pushed the feature/add-eel-helper-functions branch from 761fa00 to 2b6c930 Compare March 7, 2023 13:34
ahaeslich added a commit to neos/neos-ui that referenced this pull request Mar 7, 2023
…ackend`

- Replace all usages of `Neos.Ui.NodeInfo.inBackend`
- Replace usage of `documentNode.context.inBackend`

Relates: neos/neos-development-collection#4074
ahaeslich added a commit to neos/rector that referenced this pull request Mar 7, 2023
…ve` with correct eel helper

- Replace all usages of `Neos.Ui.NodeInfo.inBackend` in favour of `Neos.Node.inBackend`
- Replace all usages of `Neos.Ui.NodeInfo.isLive` in favour of `Neos.Node.isLive`

Relates: neos/neos-development-collection#4074
Relates: neos/neos-ui#3414
@skurfuerst skurfuerst merged commit 8372c27 into 9.0 Mar 7, 2023
@skurfuerst skurfuerst deleted the feature/add-eel-helper-functions branch March 7, 2023 14:32
ahaeslich added a commit to neos/neos-seo that referenced this pull request Mar 8, 2023
- Use `Neos.Node.isLive(...)` instead of `this.node.context.workspace.name == 'live'`
- Update `Neos.Seo:LangAttribute.fusion` to get correct language based on new node properties

Relates: neos/neos-development-collection#4074
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants