Skip to content

Commit

Permalink
feat(visit qwc2): better visuals for photo viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSeile committed Sep 3, 2024
1 parent 4c7c60c commit f645ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions updates/36/36012/utils/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,6 @@ INSERT INTO config_form_fields
VALUES('featuretype_change', 'form_generic', 'tab_none', 'btn_cancel', 'lyt_buttons', 4,null, 'button', null, null, NULL,false,false, true, false, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,NULL, false, NULL);

delete from sys_table where id='v_ui_document';

-- 03/09/2024
UPDATE config_form_list SET query_text='SELECT value as url, tstamp FROM om_visit_event_photo WHERE id IS NOT NULL', addparam='{"displayField":"tstamp"}'::json WHERE listname='om_visit_event_photo' AND device=5;

0 comments on commit f645ead

Please sign in to comment.