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

#8565: Delete and Unpublish buttons in backoffice content edit #8566

Open
wants to merge 13 commits into
base: 1.10.x
Choose a base branch
from

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    7721655 View commit details
    Browse the repository at this point in the history
  2. Corrected condition for content unpublishing.

    Managed unpublish and delete button for blogs and widgets.
    AndreaPiovanelli authored and MatteoPiovanelli-Laser committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b5e5430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da93e4 View commit details
    Browse the repository at this point in the history
  4. Added css classes for unpublish-button.

    Condition for delete button visibility now checks for contentItem.Id > 0 instead of IsNew() function
    AndreaPiovanelli authored and MatteoPiovanelli-Laser committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a6d8f46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10ce4fa View commit details
    Browse the repository at this point in the history
  6. Removed Widget_DeleteButton to use the generic Content_DeleteButton s…

    …hape and avoid its duplication or confusing management via Placement.info.
    AndreaPiovanelli authored and MatteoPiovanelli-Laser committed May 16, 2024
    Configuration menu
    Copy the full SHA
    67cdc3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e16b84e View commit details
    Browse the repository at this point in the history
  8. Removed unpublish button show/hide logic from driver.

    Added comments to clarify how new Unpublish and Delete actions work.
    AndreaPiovanelli authored and MatteoPiovanelli-Laser committed May 16, 2024
    Configuration menu
    Copy the full SHA
    644fc21 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72d2a23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af22105 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b884b99 View commit details
    Browse the repository at this point in the history
  12. ContentsDriver: removed AdminFilter check to display delete button an…

    …d checked the content is published before showing the unpublish button.
    AndreaPiovanelli authored and MatteoPiovanelli-Laser committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ee42f43 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18a7f37 View commit details
    Browse the repository at this point in the history