This commit is contained in:
@@ -22,20 +22,11 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
||||
custom fields dont' show unless defined??
|
||||
|
||||
|
||||
Maybe: this does involve some fuckery because there isn't a direct correlation between datalists and for customization
|
||||
leaning toward just saying fuck it for now It could be useful for peopel to see what is in fields that they set to not show but entered data in previously??
|
||||
Custom fields
|
||||
Hide visible=false ones in column selector
|
||||
SERVER
|
||||
Don't return or act on in any way custom fields in a datalist query if they are visible=false
|
||||
|
||||
|
||||
|
||||
|
||||
todo (after)
|
||||
Test TEST **TEST**
|
||||
Test all column types are properly filterable including ENUMS and TAGS
|
||||
unfilterable columns? Do they show a filter icon? wut?
|
||||
|
||||
Clean up the server and client code including the wierd props not being used set on all list forms etc
|
||||
get rid of the countless commented out lines that are now irrelevant and will just cause confusion in future
|
||||
Duplicate option for filter is no longer required at server routes / biz
|
||||
|
||||
@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
||||
//DEVELOPMENT MODE
|
||||
//THIS SHOULD BE FALSE IN RELEASE
|
||||
//************************************************************
|
||||
const DEV_MODE = false;
|
||||
const DEV_MODE = true;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user