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

Special cases of node.context.* #44

Open
mhsdesign opened this issue Feb 13, 2024 · 0 comments
Open

Special cases of node.context.* #44

mhsdesign opened this issue Feb 13, 2024 · 0 comments

Comments

@mhsdesign
Copy link
Member

mhsdesign commented Feb 13, 2024

  • migrate node.context.currentSite to eel helper to fetch site entity
  • migrate node.context.workspace to eel helper to fetch workspace, but attention, the workspace api in fusion also changed.
  • warn if anything else is accessed by node.context.*
  • while the renderingMode has a basic migration via TASK: Adjust migration for renderingMode.isEdit #22, but the not all things are migrated currently
    • node.context.workspace.name == 'live' -> !renderingMode.isEdit
    • node.context.workspace.personalWorkspace -> renderingMode.isEdit
    • node.context.currentRenderingMode.* -> renderingMode.*
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

No branches or pull requests

1 participant