Field type SELECT not VALUED by AJAX button

Following the latest updates, the SELECT type field is not valued by an AJAX button, blocking all subsequent code.

Example:

Code into Button Type Ajax:

{field_select} = ‘3’; // pressing the button this code is not executed

Do you mean that you cannot access select field value from php code executed as ajax ?

no … the select field is not assigned the value, in this case 3 to give an example, so the select field remains empty, but this is an error, in fact the code after the value assignment is not executed.

seems fixed in the latest release 9.6.009…