added work_type and chemical taxonomies
This commit is contained in:
@@ -20,7 +20,7 @@ class WorkLog extends FarmLogType {
|
||||
'label' => $this->t('Work'),
|
||||
'description' => $this->t("What type of work was done?"),
|
||||
'target_type' => 'taxonomy_term',
|
||||
'target_bundle' => 'work',
|
||||
'target_bundle' => 'work_type',
|
||||
'auto_create' => FALSE,
|
||||
'required' => TRUE,
|
||||
'multiple' => FALSE,
|
||||
|
||||
Reference in New Issue
Block a user