Submissions page empty
-
Hi,
there is a bug with Submissions page when site language is not English.The problem is in NF_Admin_Menus_Submissions class at line 70
/** * enqueue scripts here */ public function enqueue_scripts( $page ) { // let's check and make sure we're on the submissions page. if( isset( $page ) && "ninja-forms_page_nf-submissions" === $page ) {
When I set site language to Finnish
$page
becomes ninja-lomakkeet_page_nf-submissions and Submissions page is empty.I’m using the latest (3.6.2) version of plugin.
- The topic ‘Submissions page empty’ is closed to new replies.