clay / amphora

Middleware for Express that composes components into renderable pages
https://claycms.gitbooks.io/amphora/
MIT License
31 stars 23 forks source link

Archive Event Not Added To History #633

Closed jonwinton closed 5 years ago

jonwinton commented 5 years ago

Description

When a page is archived it's not being recorded in the page history

Steps to Reproduce

Steps to reproduce the behavior:

  1. Make a new page
  2. Archive it
  3. View the page history at the /meta endpoint

Expected Behavior

The archived event is there

Additional Context

Kiln might need to be updated to handle rendering this event.