Status value in List view should reflect if a document has had changes since being published #7608
tiago-meireles
started this conversation in
Feature Requests & Ideas
Replies: 2 comments
-
This is a tough one to solve without making additional fetches. The view list fetches data with We will be addressing this but I've moved it to a feature request as it's closely related to the ability to publish individual locales, internally. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We need this too. Our content team is having difficulties distinguishing Published vs Draft posts from the list view. We'd like the list view status of the Changed posts to be something like 'Changed'. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Link to reproduction
No response
Payload Version
beta.76
Node Version
20 LTS
Next.js Version
15.0.0-canary.104
Describe the Bug
When the draft versions and autosave options are enabled, the (published) status that's displayed in the Collection List do not match the status that's displayed when the entry is selected.
Draft
while the status of the page isChanged
when selected.Reproduction Steps
npx create-payload-app@beta
commandPublished
)Changed
)Draft
)Adapters and Plugins
No response
Beta Was this translation helpful? Give feedback.
All reactions