Dam image mark as "outdated" | Community
Skip to main content
Level 2
August 6, 2018
Solved

Dam image mark as "outdated"

  • August 6, 2018
  • 2 replies
  • 2094 views

Hi,

When I'm publishing a product with a DAM reference, it said that the DAM image is outdated. Can I know what that mean? Also this image is published months ago.

When check the API, it has the status for reference DAM image.

{

"assets":

[

{

"type": "asset",

"path": "/content/dam/myimage.jpg",

"name": "myimage.jpg",

"published": true,

"outdated": true,

"status": "outdated",

"disabled": false,

"lastPublished": 1516086825781,

"lastModified": 1533277309333

}

]

}

Any help would be appreciated.

Regards,

Manh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manh_Nguyen

Hi,

I got the answer. It's because the last modified time is after the last published time.

2 replies

Manh_NguyenAuthorAccepted solution
Level 2
August 6, 2018

Hi,

I got the answer. It's because the last modified time is after the last published time.

smacdonald2008
Level 10
August 6, 2018

Thanks for posting the information you found. That is great.