silverstripe / silverstripe-versioned-admin

Provides admin UIs for versioned DataObjects in Silverstripe CMS.
BSD 3-Clause "New" or "Revised" License
9 stars 28 forks source link

Archive Section - Incorrect Archived By column values #139

Open nikhkrish555 opened 4 years ago

nikhkrish555 commented 4 years ago

Affected Version

Silverstripe 4.4

Description

Expected Behavior: "Archived By" column must track the name of user who archived the page.

Observed Behavior: "Archived By" column tracks the name of person who created the page.

Steps to Reproduce

  1. Login as admin1 and create a draft content page.
  2. Publish the draft page and log out.
  3. Login as admin2 and then archive the above page.
  4. Go to archive section from left navigation.
  5. Observe that the Archived By column has value admin1 instead of admin2.
robbieaverill commented 4 years ago

cc @silverstripeux

nikhkrish555 commented 4 years ago

Updated "Steps to reproduce" with more clarity.