|
|
|
@ -94,6 +94,12 @@ export class WorkPackageStatesInitializationService { |
|
|
|
|
this.states.schemas.get(schema.href as string).putValue(schema); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Ensure we're setting the current results to the query
|
|
|
|
|
// This is due to 9.X still loading results from /api/v3/work_packages
|
|
|
|
|
// for a previously loaded query.
|
|
|
|
|
query.results = results; |
|
|
|
|
|
|
|
|
|
this.querySpace.query.putValue(query); |
|
|
|
|
|
|
|
|
|
this.querySpace.rows.putValue(results.elements); |
|
|
|
|