Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Make DownCommand options available to prerendered view #35357

Merged
merged 3 commits into from Nov 26, 2020
Merged

[8.x] Make DownCommand options available to prerendered view #35357

merged 3 commits into from Nov 26, 2020

Commits on Nov 24, 2020

  1. Make DownCommand instance available to prerendered view

    Having the command instance available to the pre-rendered view gives the possibility to, eg. see if the retry option was set, so you can add a meta-refresh tag to your view.
    npostman committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    781fcbc View commit details
    Browse the repository at this point in the history
  2. Update DownCommand.php

    driesvints committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8bbbe42 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Update DownCommand.php

    As per Taylor's comment, now only passing along the Down command's options to the pre-rendering view, instead of the entire command instance.
    npostman committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a0b8812 View commit details
    Browse the repository at this point in the history