Issue #3508631: Refactor Project Data Fetching into a new Window-Scoped QueryManager
Closes #3508631
Merge request reports
Activity
- Resolved by Narendra Singh Rathore
- Resolved by Narendra Singh Rathore
added 6 commits
-
9760b5f5...579a4072 - 5 commits from branch
project:2.0.x
- 488c7127 - Merge branch '2.0.x' into 3508631-move-load-function
-
9760b5f5...579a4072 - 5 commits from branch
added 2 commits
added 1 commit
- 5c444579 - Make the QueryManager class implement the store contract so it can update all...
added 2 commits
added 1 commit
- ebd63221 - I think it's working, ensure the activator does the right thing
added 1 commit
- 7423ea27 - Fix one broken test by resetting state cache in RecipeActivator
472 471 } 473 472 } 474 473 $this->installState->deleteAll(); 475 return $response; 474 return $response->addCommand(new RefreshProjectsCommand($activated_projects)); 68 68 */ 69 69 public function getStatus(Project $project): ActivationStatus { 70 70 $path = $this->getPath($project); 71 // Ensure we're getting the most up-to-date information. 72 $this->state->resetCache();
Please register or sign in to reply