Skip to content

Commit

Permalink
no label fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Mar 15, 2020
1 parent 4970167 commit 3a3e959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion data/data_simple.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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';
DELETE FROM `core_form_field` WHERE `form` = 'contact-single' AND `type` = 'TEXT' AND `fieldkey` = 'label';

COMMIT;
6 changes: 0 additions & 6 deletions data/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
--
Expand Down

0 comments on commit 3a3e959

Please sign in to comment.