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

entry with query hasRun; blocked query #1348

Open
dbauszus-glx opened this issue Jun 25, 2024 · 1 comment
Open

entry with query hasRun; blocked query #1348

dbauszus-glx opened this issue Jun 25, 2024 · 1 comment
Assignees
Labels
Code Issues related to the code structure and performance. Documentation Adding or updating documentation. Feature New feature requests or changes to the behaviour or look of existing application features.

Comments

@dbauszus-glx
Copy link
Member

How does the hasRan flag work?

It looks like an entry which is set to run can only run once. Is there a way to control this to run a query multiple times?

Ideally we want queries which are set to run run whenever needed.

With a flag once to indicate that a query should only be run once.

There should also be a flag to indicate whether the query should be blocking and disable the location view until run once.

@dbauszus-glx dbauszus-glx added Code Issues related to the code structure and performance. Documentation Adding or updating documentation. labels Jun 25, 2024
@simon-leech
Copy link
Contributor

Using a boolean infoj entry that is editable, and a separate infoj entry with a query populating the edit options.
It would be good to be able to assign the separate entry as a dependent when the boolean entry is altered and force the query that populates the edit options to re-run everytime.

@dbauszus-glx dbauszus-glx added the Feature New feature requests or changes to the behaviour or look of existing application features. label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Issues related to the code structure and performance. Documentation Adding or updating documentation. Feature New feature requests or changes to the behaviour or look of existing application features.
Projects
None yet
Development

No branches or pull requests

2 participants