Commit 121721e07c35734855b53c726dad24f43dfcae67
1 parent
79e0a36f
add get_show_string as entry into HK_Table_controller
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
controller/hk_controller.anubis
| ... | ... | @@ -46,7 +46,8 @@ public type HK_Table_controller: |
| 46 | 46 | //view interface |
| 47 | 47 | //selector |
| 48 | 48 | (SQLite3DataBase db, HK_Referer referer, String filter) -> List((List(CoreAttrs), WebArgValue, String)) get_selector, |
| 49 | - | |
| 49 | + //Show String | |
| 50 | + (SQLite3DataBase db, DB_id) -> String get_show_string, | |
| 50 | 51 | //Triggers of that table, can be dynamically updated |
| 51 | 52 | HK_Trigger_Set triggers |
| 52 | 53 | ) | ... | ... |