mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:21:06 +08:00
Update list view api data retrieval
- Update ListViewHandler to use new method to retrieve data - Update View definitions api to send fieldDefinitions as sub-object - Update table and list view components to use new data format - Move common front end interfaces to a common module - UnEscape and sanitize html characters in varchar field -- Add htmlSanitize pipe - Update unit tests
This commit is contained in:
parent
b1c2f9efb1
commit
994b2c69bf
49 changed files with 307 additions and 158 deletions
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
"map": [
|
||||
["@app", "./core/app/src/app"],
|
||||
["@base", "./core/app/src"],
|
||||
["@app-common", "./core/app/src/app-common"],
|
||||
["@views", "./core/app/views"],
|
||||
["@fields", "./core/app/fields"],
|
||||
["@services", "./core/app/src/services"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue