From 3a3e95919f246b51907545d87ab780419485724f Mon Sep 17 00:00:00 2001 From: Praesidiarius Date: Sun, 15 Mar 2020 15:00:28 +0100 Subject: [PATCH] no label fixes --- data/data_simple.sql | 4 +++- data/install.sql | 6 ------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/data/data_simple.sql b/data/data_simple.sql index e1c611e..08f1008 100644 --- a/data/data_simple.sql +++ b/data/data_simple.sql @@ -40,4 +40,6 @@ INSERT INTO `core_entity_tag` (`Entitytag_ID`, `entity_form_idfs`, `tag_idfs`, ` -- -- Remove Label -- -DELETE FROM `core_form_field` WHERE `form` = 'contact-single' AND `type` = 'TEXT' AND `fieldkey` = 'label'; \ No newline at end of file +DELETE FROM `core_form_field` WHERE `form` = 'contact-single' AND `type` = 'TEXT' AND `fieldkey` = 'label'; + +COMMIT; \ No newline at end of file diff --git a/data/install.sql b/data/install.sql index 02ebd06..776b2cb 100644 --- a/data/install.sql +++ b/data/install.sql @@ -58,12 +58,6 @@ INSERT INTO `core_form_button` (`Button_ID`, `label`, `icon`, `title`, `href`, ` (NULL, 'Export Contacts', 'fas fa-file-excel', 'Export Contacts', '#', 'primary initExcelDump', '', 'contact-search', 'link', '', ''), (NULL, 'New Search', 'fas fa-search', 'New Search', '/contact/search', 'primary', '', 'contact-search', 'link', '', ''); --- --- Fields --- -INSERT INTO `core_form_field` (`Field_ID`, `type`, `label`, `fieldkey`, `tab`, `form`, `class`, `url_view`, `url_list`, `show_widget_left`, `allow_clear`, `readonly`, `tbl_cached_name`, `tbl_class`, `tbl_permission`) VALUES -(NULL, 'text', 'Name', 'label', 'contact-base', 'contact-single', 'col-md-3', '/contact/view/##ID##', '', 0, 1, 0, '', '', ''); - -- -- User XP Activity --