I am using Drupal 7.50 version. The Admin content (admin/content) page "new" and "update" mark is not working correctly. And I checked with the previous drupal core version, the same issue occurred.But It's working fine on basic page and article content type.

Comments

Arulan Pari created an issue. See original summary.

arulan_pari’s picture

Component: field system » node system
arulan_pari’s picture

Priority: Normal » Major
cilefen’s picture

Priority: Major » Normal
Issue tags: -drupal 7 +Needs issue summary update

This issue needs more detail in order to set a proper priority and to allow others to investigate.

arulan_pari’s picture

Hi Cliefen,

Steps to repro:

  1. Create a "sample" content type and add some fields like textfield or anything
  2. Create a content from sample content type and then goto admin content page.
  3. You can see "new" red mark based on the node.
  4. Edit the node and make some changes and save it.
  5. Now come to Admin content page. You just check red mark still in "New" state.

But it should change into "Updated" mark. I hope it make sense.

karthikkumarbodu’s picture

Status: Active » Closed (works as designed)
Issue tags: -Needs issue summary update

I followed the steps mentioned in the above comment and found the reason why you are seeing the new red mark for the node even though the node was updated. The new is for the nodes which were not been visited so until and unless you view the node you will not see the new tag disappearing. Then try to update the node and see you will find updated tag for the node.