Closed djarran closed 6 months ago
Dear Djarran, ok fixed. For this case, I will put a test to check if variable is defined. If yes, that means form is shown. If not, it means form has been posted. I will soon push a new version for the plugin. Thank you once again for reporting all theses bugs ! :) Olivier
After creating a note for a given column and submitting the form, the following error is shown:
This is the code on line 101 in
note.php
:After submitting the form, the
$col
parameter is empty as it is not passed to the form definition. Consequently, theget_column_title
returns a null value, and is attempted to be accessed still.