View Event Revision History in Admin

Home Forums Calendar Products Events Calendar PRO View Event Revision History in Admin

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #29065
    Kyle
    Participant

    When viewing a single event in the admin area, the plugin seems to have disabled the ability to view the revision history for each event. Is there anyway to remove that override so it can be viewed?

    #29070
    Barry
    Member

    I don’t believe event posts support revisions, you’d need to add support for this yourself:

    #29071
    Kyle
    Participant

    Hey, thanks for the reply

    I tried adding:
    add_action(‘init’, ‘tribe_revision_support’);
    function tribe_revision_support() {
    add_post_type_support( ‘tribe_events’, ‘revisions’ );
    }

    But didn’t see a result

    #29072
    Barry
    Member

    It works for me; where did you put the code?

    #29073
    Kyle
    Participant

    Inside my functions file. Strange

    #29074
    Kyle
    Participant

    Okay, clearing my cache did it. Thanks for your help!

    #29075
    Barry
    Member

    No problem 🙂

    #978285
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘View Event Revision History in Admin’ is closed to new replies.