Edit entry link disappeared after the latest update

Home Forums Gravity Forms Directory & Addons Edit entry link disappeared after the latest update

This topic contains 1 reply, has 1 voice, and was last updated by  finddarkpoet 2 months, 4 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5339

    finddarkpoet
    Participant

    Hi, I just updated the plugin today, in the single view, the edit link disappeared. There’s no way to edit entries.

    It works fine with the previous version.

    #5341

    finddarkpoet
    Participant

    Looks like there’s an error in the line 834 in gravity-forms-addons.php
    !empty($options['useredit']) && is_user_logged_in() && $current_user->id === $lead['created_by'] || // Is user who created the entry
    Should be amended to
    !empty($options['useredit']) && is_user_logged_in() && $current_user->id == $lead['created_by'] || // Is user who created the entry
    It’s working now.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.