From 122de641e45129e0458ed7270a98387f018da204 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 24 Nov 2020 18:09:29 +0000 Subject: [PATCH] --- server/AyaNova/DataList/ListOptions.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/AyaNova/DataList/ListOptions.cs b/server/AyaNova/DataList/ListOptions.cs index cb74d92d..57413899 100644 --- a/server/AyaNova/DataList/ListOptions.cs +++ b/server/AyaNova/DataList/ListOptions.cs @@ -21,6 +21,9 @@ namespace AyaNova.DataList [FromBody] public string ListView { get; set; }//optional, if null or empty will use default list view built into DataList + + [FromBody] + public string MetaView { get; set; }//optional meta list view to integrate into the standard list view. Used by client to add "meta" filter conditions above the user's choices e.g. customer notes customer id } } \ No newline at end of file