Hi,
Submitting an edit form, CCFv5 do an INSERT action with NULL values instead of an UPDATE action.
My DBSave parameters is :
[attachment=0]dbsave.jpg[/attachment]
Then this is the debug message
Submitting an edit form, CCFv5 do an INSERT action with NULL values instead of an UPDATE action.
My DBSave parameters is :
[attachment=0]dbsave.jpg[/attachment]
Then this is the debug message
Data Array
Array
(
[option] => com_chronoconnectivity5
[cont] => lists
[ccname] => patronyme
[act] => edit
[gcb] => 3
[chronoform] => patronyme
[event] => submit
[patronyme] => 3,BOUILDE,BOUILLEDÉ,BOULEDÉ,Ingrandes,,
[button7] => Valider
[Data] => Array
(
[id] => 10
)
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `jnew_chronoengine_chronoforms_datatable_patronyme` (`user_id`, `created`) values ('1634', '2014-07-17 21:32:24');
)
)
)
)