Post and post comments now save correctly. The viewed post does not always reflect the update though.
This commit is contained in:
@@ -8,6 +8,7 @@ type key_val = {
|
||||
* If rm_empty then it will remove/ignore fields matching. Sometimes this is needed.
|
||||
* If trim_values then it will trim string values.
|
||||
* If bool_tf_str then it will convert string values of true/false (case insensitive) to boolean values.
|
||||
* REMINDER: An unchecked checkbox will not be sent in the form data. This is a browser thing.
|
||||
* Updated 2023-12-22
|
||||
*/
|
||||
export let extract_prefixed_form_data = function extract_prefixed_form_data(
|
||||
|
||||
Reference in New Issue
Block a user