This commit is contained in:
2020-02-13 18:49:39 +00:00
parent 8d2c57e702
commit c141c562b7
2 changed files with 123 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
DISPLAY FORMAT TEMPLATE SYSTEM SPECS
************** DEPRECATED EVERYTHING BELOW **********************************
OVERVIEW
RAVEN uses a user customizable template to determine what fields in which order get sent to the client when they display a list or select from a drop down
- FILTER / SORT: The templating is ENTIRELY separate from the filtering and sorting code which is already coded sufficiently and is a separate thing