Skip to content

Commit 2baed26

Browse files
authored
gpnf-sortable-entries.php: Fixed an issue with Sortable Entries snippet not working with Gravity Flow.
1 parent 93a89b5 commit 2baed26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gp-nested-forms/gpnf-sortable-entries.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public function load_form_script( $form, $is_ajax_enabled ) {
185185
if ( $this->is_applicable_form( $form ) && ! has_action( 'wp_footer', array( $this, 'output_script' ) ) ) {
186186
add_action( 'wp_footer', array( $this, 'output_script' ) );
187187
add_action( 'gform_preview_footer', array( $this, 'output_script' ) );
188+
add_action( 'admin_footer', array( $this, 'output_script' ) );
188189
}
189190

190191
return $form;

0 commit comments

Comments
 (0)