From 121721e07c35734855b53c726dad24f43dfcae67 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 15 May 2022 22:54:06 +0200 Subject: [PATCH] add get_show_string as entry into HK_Table_controller --- controller/hk_controller.anubis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controller/hk_controller.anubis b/controller/hk_controller.anubis index cd7c81d..d946467 100644 --- a/controller/hk_controller.anubis +++ b/controller/hk_controller.anubis @@ -46,7 +46,8 @@ public type HK_Table_controller: //view interface //selector (SQLite3DataBase db, HK_Referer referer, String filter) -> List((List(CoreAttrs), WebArgValue, String)) get_selector, - + //Show String + (SQLite3DataBase db, DB_id) -> String get_show_string, //Triggers of that table, can be dynamically updated HK_Trigger_Set triggers ) -- libgit2 0.21.4