diff options
author | Simon Rettberg | 2016-05-13 18:24:08 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-13 18:24:08 +0200 |
commit | 7d916647e1b82fcc8a17b68d3ae0615af42f53e0 (patch) | |
tree | da83387a203c3b25980c4a5068418862c2b6a0a9 /modules-available/locations/baseconfig | |
parent | Still working in modularization cleanup and refinement (diff) | |
download | slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.tar.gz slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.tar.xz slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.zip |
Get baseconfig ready for modularization
Diffstat (limited to 'modules-available/locations/baseconfig')
-rw-r--r-- | modules-available/locations/baseconfig/hook.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/locations/baseconfig/hook.json b/modules-available/locations/baseconfig/hook.json new file mode 100644 index 00000000..c295e0f6 --- /dev/null +++ b/modules-available/locations/baseconfig/hook.json @@ -0,0 +1,5 @@ +{ + "table": "setting_location", + "field": "locationid", + "tostring": "Location::getName" +}
\ No newline at end of file |