Closed luistinygod closed 10 years ago
Causing issues on the View entry screen. Now if number of users > 300, it shows only the administrators.
To increase this limit, there's a new hook: apply_filters( 'kws_gf_entry_creator_max_users', 300 )
apply_filters( 'kws_gf_entry_creator_max_users', 300 )
New filter apply_filters( 'kws_gf_directory_post_title_link', false, $form, $lead )
apply_filters( 'kws_gf_directory_post_title_link', false, $form, $lead )
Causing issues on the View entry screen. Now if number of users > 300, it shows only the administrators.
To increase this limit, there's a new hook:
apply_filters( 'kws_gf_entry_creator_max_users', 300 )