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