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

Dependent fields should cascade #4

Open
ksassnowski opened this issue May 7, 2021 · 1 comment
Open

Dependent fields should cascade #4

ksassnowski opened this issue May 7, 2021 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@ksassnowski
Copy link
Collaborator

Currently, invalidating fields if one of their dependencies changed does not cascade. This means that given I have the following fields

A    -->     B      -->     C
        Depends on A    Depends on B

if A gets changed, B should be invalidated. Since B has now been changed as well, C should also be invalidated.

This is currently not the case. Right now, only B would get invalidated and it would not cascade further.

@ksassnowski ksassnowski self-assigned this May 7, 2021
@ksassnowski ksassnowski added bug Something isn't working enhancement New feature or request labels May 7, 2021
@ksassnowski ksassnowski added this to the 0.3.0 milestone May 9, 2021
@AbdullahFaqeir
Copy link

I'll take a look into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants