• Line 188 in admin.php – gets the wrong href link:
    var editLink = $( this ).parents( ‘tr’ ).find( ‘.column-title a’ ).attr( ‘href’ );

    Option: modify_admin_edit
    Makes possible direct editing

    View | Mark read | Trash | Edit | Edit
    /wp-admin/undefined&screen_mode=edit

Viewing 1 replies (of 1 total)
  • I found the line but I cannot make this work

    if(isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'gf_entries' && ! empty( $settings['modify_admin']['edit'] )) {
    				?>
    				// Changed from :contains('Delete') to :last-child to work with 1.6
    				$( ".row-actions span:last-child" ).each( function () {
    					var editLink = $( this ).parents( 'tr' ).find( '.column-title a' ).attr( 'href' );
    					editLink = editLink + '&screen_mode=edit';
    • This reply was modified 8 years, 5 months ago by Noche70.
Viewing 1 replies (of 1 total)
  • The topic ‘Inline edit link broken in GF v2.0.7’ is closed to new replies.