Commit 4a5260b5 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_banking_core catalog uses a custom Owner column

erp5_banking_* BTs use custom catalog based on old ERP5 catalog structure.
This should not change, for backward compatibility reasons (data migration of
SQL tables would take an unbearable amount of time).
As such, the "owner" column in catalog table means the same thing as
"viewable_owner" in newest ERP5 catalog schema, so:
- "Owner" role must be set to use "owner" column for queries
- indexation of "owner" column must continue using "getViewPermissionOwner"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42693 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae8d338b
<key_list>
<key>Owner | owner</key>
</key_list>
\ No newline at end of file
547
\ No newline at end of file
548
\ No newline at end of file
Owner | owner
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment