Select Field Sortable / Ajax bugs
-
Hi guys.
1. There are extra ” onlines 26 https://prnt.sc/tsmaw6 and 128 https://prnt.sc/tsmaqb which stops sortable function for the select field wp-content\plugins\redux-framework\redux-core\inc\fields\select\class-redux-select.php
2. ajax option does not work correctly.
a. when typing is finished and query sent https://prnt.sc/tsmqw8 this code executes 3 times https://prnt.sc/tsmr2c ( \wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-wordpress-data.php ) and 3rd time value for taxonomies becomes empty https://prnt.sc/tsmsa2 so all terms from all taxonomies are returned
b. Once the data is fetched and sent to \wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-ajax-select2.php wrong term_id is sent back to the frontend because of array_values( $return ) https://prnt.sc/tsmusc array_values() is not needed since $return is already array with array keys set to term_ids ( array_values() changes array keys )
Thanks
- The topic ‘Select Field Sortable / Ajax bugs’ is closed to new replies.