"README.md" did not exist on "1e971295892efefdae05af0e4ed6835d33fe68b9"
Issue #3365177: RequestedUpdateValidator should subscribe to StatusCheck
Merged
requested to merge issue/automatic_updates-3365177:3365177-requestedupdatevalidator-should-subscribe into 3.0.x
1 unresolved thread
Merge request reports
Activity
added 9 commits
-
4aeb3177...bdc38a94 - 8 commits from branch
project:3.0.x
- 43c08d73 - Merge branch '3.0.x' into 3365177-requestedupdatevalidator-should-subscribe
-
4aeb3177...bdc38a94 - 8 commits from branch
40 42 /** 41 43 * Validates that requested packages have been updated to the right version. 42 44 * 43 * @param \Drupal\package_manager\Event\PreApplyEvent $event 45 * @param \Drupal\package_manager\Event\PreOperationStageEvent $event 44 46 * The pre-apply event. 45 47 */ 46 public function checkRequestedStagedVersion(PreApplyEvent $event): void { 48 public function checkRequestedStagedVersion(PreOperationStageEvent $event): void { changed this line in version 6 of the diff
Please register or sign in to reply