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

Bug: ReferenceError: assignment to undeclared variable child_node #3116

Closed
Tracked by #2541
cbeer opened this issue Sep 11, 2024 · 1 comment · Fixed by #3118
Closed
Tracked by #2541

Bug: ReferenceError: assignment to undeclared variable child_node #3116

cbeer opened this issue Sep 11, 2024 · 1 comment · Fixed by #3118
Labels

Comments

@cbeer
Copy link
Member

cbeer commented Sep 11, 2024

Description

When you try to nest feature page, there's a javascript error:

ReferenceError: assignment to undeclared variable child_node in updateWeightsAndRelationships

Steps to reproduce

Go to the feature page admin (e.g. http://127.0.0.1:3000/test-exhibit/feature). Make two feature pages. Try to nest one under the other. See the javascript error, and see that saving changes doesn't.

Expected behavior

It allows curators to nest pages.

@taylor-steve
Copy link
Contributor

Might be worth checking if #3055 solves this problem, we need to move off of nestable anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants