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

Computed field is not recalculated when modifying fields of sibling (block) #35

Closed
hatched-grzegorz opened this issue Jul 6, 2023 · 2 comments

Comments

@hatched-grzegorz
Copy link
Contributor

@velomovies
I am afraid that recent update removed triggering of the script when sibling is a block and its field is being modified.

{
  computed-field
  block-list {
    some-block {
      edited-text-field
    }
  }
}

The computed-field is not being recalculated when edited-text-field is changed.
Only saving the whole record and reopening it recalculates the field.
This worked on previous version.

@hatched-grzegorz
Copy link
Contributor Author

Here is a video showing what I have noticed.

Screen.Recording.2023-07-07.at.00.59.50.mov

@gswierczynski
Copy link

Can be closed as resolved.

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

2 participants