Skip to content

Commit 215714f

Browse files
committed
fix sql config
1 parent 2b6d997 commit 215714f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/data_simple.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ INSERT INTO `core_form_field` (`Field_ID`, `type`, `label`, `fieldkey`, `tab`, `
1010
(NULL, 'date', 'planned Release', 'planned_release', 'task-base', 'task-single', 'col-md-2', '', '', 0, 1, 0, '', '', ''),
1111
(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'),
1212
(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'),
13-
(NULL, 'select', 'Customer', 'customer_idfs', 'task-base', 'task-single', 'col-md-3', '', '/api/contact/list/0', 0, 1, 0, 'contact-single', 'OnePlace\\Contact\\Model\\ContactTable','add-OnePlace\\Contact\\Controller\\ContactController'),
14-
(NULL, 'select', 'Assigned to', 'assigned_idfs', 'task-base', 'task-single', 'col-md-3', '', '/api/user/list/0', 0, 1, 0, 'user-single', 'OnePlace\\User\\Model\\UserTable','add-OnePlace\\User\\Controller\\UserController'),
15-
(NULL, 'select', 'Reported By', 'reported_by_idfs', 'task-base', 'task-single', 'col-md-3', '', '/api/contact/list/0', 0, 1, 0, 'contact-single', 'OnePlace\\Contact\\Model\\ContactTable','add-OnePlace\\Contact\\Controller\\ContactController'),
13+
(NULL, 'select', 'Customer', 'customer_idfs', 'task-base', 'task-single', 'col-md-3', '', '/contact/api/list/0', 0, 1, 0, 'contact-single', 'OnePlace\\Contact\\Model\\ContactTable','add-OnePlace\\Contact\\Controller\\ContactController'),
14+
(NULL, 'select', 'Assigned to', 'assigned_idfs', 'task-base', 'task-single', 'col-md-3', '', '/user/api/list/0', 0, 1, 0, 'user-single', 'OnePlace\\User\\Model\\UserTable','add-OnePlace\\User\\Controller\\UserController'),
15+
(NULL, 'select', 'Reported By', 'reported_by_idfs', 'task-base', 'task-single', 'col-md-3', '', '/contact/api/list/0', 0, 1, 0, 'contact-single', 'OnePlace\\Contact\\Model\\ContactTable','add-OnePlace\\Contact\\Controller\\ContactController'),
1616
(NULL, 'select', 'Priority', 'priority_idfs', 'task-base', 'task-single', 'col-md-3', '', '/tag/api/list/task-single/priority', 0, 1, 0, 'entitytag-single', 'OnePlace\\Tag\\Model\\EntityTagTable', 'add-OnePlace\\Task\\Controller\\PriorityController'),
17-
(NULL, 'select', 'Project', 'project_idfs', 'task-base', 'task-single', 'col-md-3', '', '/api/project/list/0', 0, 1, 0, 'project-single', 'OnePlace\\Project\\Model\\ProjectTable','add-OnePlace\\Project\\Controller\\ProjectController'),
17+
(NULL, 'select', 'Project', 'project_idfs', 'task-base', 'task-single', 'col-md-3', '', '/project/api/list/0', 0, 1, 0, 'project-single', 'OnePlace\\Project\\Model\\ProjectTable','add-OnePlace\\Project\\Controller\\ProjectController'),
1818
(NULL, 'featuredimage', 'Featured Image', 'featured_image', 'task-base', 'task-single', 'col-md-3', '', '', 0, 1, 0, '', '', '');
1919

2020

0 commit comments

Comments
 (0)