Skip to content
Snippets Groups Projects

Issue #3365177: RequestedUpdateValidator should subscribe to StatusCheck

1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 {
  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading