# Created column and the list order on the global page do not reflect when someone last edited a docum **What you are seeing** The Created column and the list order on the global page do not reflect when someone last edited a document. --- ## Why it happens Both use the attachment's created date, not an edit time. Editing re-uploads, so an edit does refresh it, but only if the index was updated. --- ## What to do Treat the date as an upload date. If an edited file has not moved to the top, the index for that issue has not been refreshed. --- ## Settings involved | **Setting** | **Where** | **What it does** | | ----------- | ----------------------------------------- | ---------------- | | Sort tabs | Issue view > Markdown panel > sort button | \- | --- ## A few things that catch people out * The panel's Version, Created by and Last modified by values are cosmetic and are never stored. * The tab sort preference is stored on the issue, not on the user, so changing it changes the order for every viewer; write failures are ignored. --- ## Related [Fenced diagram block renders as plain code instead of a pictureEither the language is not one of the 27 supported diagram languages, or no signed-in sess](https://help.gocapable.com/jira-markdown/fenced-diagram-block-renders-as-plain-code-instead-of-a-picture.html) [Someone else changed the tab order for everyone on an issueThe sort preference is stored on the issue, not on the user, so it is shared by all viewer](https://help.gocapable.com/jira-markdown/someone-else-changed-the-tab-order-for-everyone-on-an-issue.html) [Everything elseThe rest of this family.](https://help.gocapable.com/jira-markdown/everything-else.html) --- _Found it? Good._