Skip to content

Commit

Permalink
better field width
Browse files Browse the repository at this point in the history
  • Loading branch information
JBinggi committed Feb 14, 2020
1 parent e10c627 commit 37d477a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/data_extetended.sql → data/data_extended.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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, 'textarea', 'Description', 'description', 'task-base', 'task-single', 'col-md-12', '', '', 0, 1, 0, '', '', ''),
(NULL, 'text', 'Version', 'version', 'task-base', 'task-single', 'col-md-1', '', '', 0, 1, 0, '', '', ''),
(NULL, 'currency', 'Budget', 'budget', 'task-base', 'task-single', 'col-md-1', '', '', 0, 1, 0, '', '', ''),
(NULL, 'currency', 'Escalation Cost', 'escalation_cost', 'task-base', 'task-single', 'col-md-1', '', '', 0, 1, 0, '', '', ''),
(NULL, 'text', 'Escalation Time', 'escalation_time', 'task-base', 'task-single', 'col-md-1', '', '', 0, 1, 0, '', '', ''),
(NULL, 'currency', 'Budget', 'budget', 'task-base', 'task-single', 'col-md-3', '', '', 0, 1, 0, '', '', ''),
(NULL, 'currency', 'Escalation Cost', 'escalation_cost', 'task-base', 'task-single', 'col-md-3', '', '', 0, 1, 0, '', '', ''),
(NULL, 'text', 'Escalation Time', 'escalation_time', 'task-base', 'task-single', 'col-md-2', '', '', 0, 1, 0, '', '', ''),
(NULL, 'date', 'planned Release', 'planned_release', 'task-base', 'task-single', 'col-md-2', '', '', 0, 1, 0, '', '', ''),
(NULL, 'multiselect', 'Categories', 'category_idfs', 'task-base', 'task-single', 'col-md-3', '', '/tag/api/list/task-single/category', 1, 1, 0, 'entitytag-single', 'OnePlace\\Tag\\Model\\EntityTagTable', 'add-OnePlace\\Task\\Controller\\CategoryController'),
(NULL, 'select', 'State', 'state_idfs', 'task-base', 'task-single', 'col-md-3', '', '/tag/api/list/task-single/state', 1, 1, 0, 'entitytag-single', 'OnePlace\\Tag\\Model\\EntityTagTable','add-OnePlace\\Task\\Controller\\StateController'),
Expand Down

0 comments on commit 37d477a

Please sign in to comment.