Hi,
I’m trying to update my db view with a dataprocessor :
But when i save this is the result:
DataProcessor object initialized
6_1_id => 6_1
6_1_start_date => 2018-03-05 09:00
6_1_end_date => 2018-03-05 18:00
6_1_text => PROVA
6_1_RISASS => 1
6_1_RISNOME => RISORSA 1
6_1_!nativeeditor_status => updated
ids => 6_1
Row data [6_1]
Incorrect field name used: INDPRE
data
Incorrect field name used: INDPRE
data
Incorrect field name used: FINDPRE
data
Incorrect field name used: FINDPRE
data
Incorrect field name used: ANAGRA
data
Incorrect field name used: ANAGRA
data
UPDATE WWEB_TASK_CALENDAR SET INDPRE=‘’,FINDPRE=‘’,ANAGRA=‘’ WHERE PK=‘6_1’
Edit operation finished
0 => action:updated; sid:6_1; tid:6_1;
Done in 0.095613956451416s
Why it recognizes only the PK field?
thank you