We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the DataEntry is changed via ChangeStream, the update on TaskWithDataEntry should be emited via query emitter.
DataEntry
For data entry change, select all tasks, which have the changed data entry as reference, construct new task with data entry and emit the change
The text was updated successfully, but these errors were encountered:
@lbilger haven't you implemented this during #671 ?
Sorry, something went wrong.
No, it still seems we do not send TaskWithDataEntry updates when a DataEntry changes.
No branches or pull requests
If the
DataEntry
is changed via ChangeStream, the update on TaskWithDataEntry should be emited via query emitter.For data entry change, select all tasks, which have the changed data entry as reference, construct new task with data entry and emit the change
The text was updated successfully, but these errors were encountered: