• Jaco Faber

    (@jacofaber)


    Hi, we have an issue where every time a specific user edits a term the parent gets set to none. We are not able to reproduce this at all or see what fields the user updated. Is there a way for us to see what attribures were edited like with posts? Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author eskapism

    (@eskapism)

    At the moment it does not show details about changed attributes.

    Simple History version 4.14.0 did introduce a setting called Detective Mode that when enabled adds a lot of extra information to each entry. You could try to enable that and see if it gives you any more clues. After activating Detective Mode you can click the date/time of each new entry to view all the context information stored.

    Here is an excerpt from my local test installation, showing details about the $_POST-request made when changing a tag/category:

    detective_mode_post	{
        "action": "editedtag",
        "tag_ID": "66",
        "taxonomy": "category",
        "_wp_original_http_referer": "http:\/\/wordpress-stable-docker-mariadb.test:8282\/wp-admin\/edit-tags.php?taxonomy=category",
        "_wpnonce": "4bda18946b",
        "_wp_http_referer": "\/wp-admin\/term.php?taxonomy=category&tag_ID=66&post_type=post&wp_http_referer=%2Fwp-admin%2Fedit-tags.php%3Ftaxonomy%3Dcategory",
        "name": "A cool taxonomy",
        "slug": "a-cool-taxonomy",
        "parent": "11",
        "description": "WIth a parent now"
    }
    • This reply was modified 7 months, 2 weeks ago by eskapism.
Viewing 1 replies (of 1 total)
  • The topic ‘Term change logging’ is closed to new replies.