During Obj-Save, value not stored in exposed column of pr_operators table
Hi,
I have a property called BankId in Data-Admin-Operator-ID class and is an exposed column in that table, the issue is that this is not stored in the column value when doing an Obj-Save.
When checked query it was forming the query as BankID (we have this property in @baseclass class).
It is confusing as to why it would pick BankID instead of BankId .. did anyone face such issue anytime ? Also does anyone know how that query is formed ?