mglaman / drupal-change-record-triage

Used to triage Drupal change records to ensure phpstan-drupal, drupal-rector, and upgrade_status have appropriate issues.
MIT License
6 stars 0 forks source link

ScrollTopCommand views Ajax command is moved to Drupal Core #451

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://www.drupal.org/node/3344141

Introduced in branch/version: 10.1.x / 10.1.0

Drupal Views module has a Drupal\views\Ajax\ScrollTopCommand AJAX command that allows scrolling browser to the top using AJAX commands.

To use the new command just replace use Drupal\views\Ajax\ScrollTopCommand; to the use Drupal\Core\Ajax\ScrollTopCommand; and that's all.

bbrala commented 7 months ago

Seems like 4 usages in contrib: https://git.drupalcode.org/search?group_id=2&scope=blobs&search=ScrollTopCommand+-path%3Aweb%2Fcore+-path%3Acore%2F+-WebformScrollTopCommand

Very low prio :x