mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-08 18:53:44 +00:00
cd418d6948
* Enable HTML escaping for all tables by default * Enable HTML escaping for all tables by default * Adds automatic escaping for bootstrap tables where custom formatter function is specified - Intercept the row data *before* it is provided to the renderer function - Adds a function for sanitizing nested data structure * Sanitize form data before processing