You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries on projects are not set to outdated, this should happen when a project is updated with a change that should break a query. The issue here is it is not clear whether an UpdateProject call changes something that breaks the results from query or if it just changes irrelevant things like the location of certain entities.
Queries on projects are always set to outdated when updating a project, however, updating a model does not necessarily mean that all queries are outdated, as update could just change irrelevant things like the location of certain entities.
The text was updated successfully, but these errors were encountered:
Queries on projects are not set to outdated, this should happen when a project is updated with a change that should break a query. The issue here is it is not clear whether anUpdateProject
call changes something that breaks the results from query or if it just changes irrelevant things like the location of certain entities.Queries on projects are always set to outdated when updating a project, however, updating a model does not necessarily mean that all queries are outdated, as update could just change irrelevant things like the location of certain entities.
The text was updated successfully, but these errors were encountered: