Support

Account

Home Forums Bug Reports ACF Pro, maybe a typo in the js file?

Solved

ACF Pro, maybe a typo in the js file?

  • Hi,

    while i’m developing a custom addon, i’ve encountered a possible typo on line 765 in pro/assets/js/acf-pro-field-group.js

    
    	select2_ajax_data: function( data, args, params ){
    			
    		// bail early if not clone
    		if( args.ajax_action !== 'acf/fields/clone/query' ) return select2_args;
    
    		...
    }
    

    should be return data, instead of return select2_args;

  • Hi @gummiforweb

    Please open a support ticket via [email protected] with a copy of this info so that this can get the attention of the developer faster.

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

The topic ‘ACF Pro, maybe a typo in the js file?’ is closed to new replies.