tractorcow-farm / silverstripe-fluent

Multi-language translate module for Silverstripe, without having to manage separate site trees.
BSD 3-Clause "New" or "Revised" License
93 stars 111 forks source link

The History tab in SilverStripe CMS does not display the Unpublish and Archive records #907

Open pack254 opened 4 hours ago

pack254 commented 4 hours ago

Module version(s) affected

7.1

Description

This issue occurs in one of my projects and also affects SilverStripe CMS 5.2. I tested it on a fresh installation of silverstripe/installer with tractorcow/silverstripe-fluent version 7.1, and the problem persists. The "Unpublish" and "Archive" records are missing from the history tab, making it difficult to track these actions.

How to reproduce

Steps to Reproduce:

  1. Install silverstripe/installer in a local environment.
  2. Add tractorcow/silverstripe-fluent version 7.1 to composer.json.
  3. Create two locales.
  4. Add a new page.
  5. Fill in the required information for the new page, then save and publish it.
  6. Then unpublish or archive the new page.
  7. Check the "History" tab. You will notice that it does not show records for "Unpublish" or "Archive" actions.

Possible Solution

No response

Additional Context

Screenshot 2024-11-19 at 10 41 23 AM

Validations

GuySartorelli commented 4 hours ago

Just to be clear: I assume you also tried this in an installation without the fluent module and weren't able to reproduce it?

pack254 commented 3 hours ago

Just to be clear: I assume you also tried this in an installation without the fluent module and weren't able to reproduce it?

Yep, your assumption is right @GuySartorelli. without the Fluent module, these steps cannot be reproduced.

It will be shown all the records correctly. Screenshot 2024-11-19 at 11 35 41 AM