mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
add customfield text + fix options in custom fields
This commit is contained in:
@@ -27,7 +27,7 @@ class CustomField
|
||||
/**
|
||||
* @var boolean
|
||||
*/
|
||||
private $active;
|
||||
private $active = true;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -277,4 +277,12 @@ class CustomField
|
||||
{
|
||||
return $this->customFieldGroup;
|
||||
}
|
||||
|
||||
public function setSlug($slug)
|
||||
{
|
||||
$this->slug = $slug;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user