Fix visualizzazione plugin
This commit is contained in:
parent
4a149588ff
commit
22f69746d7
|
@ -52,12 +52,12 @@ class Plugin extends Model
|
|||
|
||||
public function getOptionsAttribute($value)
|
||||
{
|
||||
return App::replacePlaceholder($value, filter('parent_id'));
|
||||
return App::replacePlaceholder($value, filter('id_parent'));
|
||||
}
|
||||
|
||||
public function getOptions2Attribute($value)
|
||||
{
|
||||
return App::replacePlaceholder($value, filter('parent_id'));
|
||||
return App::replacePlaceholder($value, filter('id_parent'));
|
||||
}
|
||||
|
||||
/* Metodi personalizzati */
|
||||
|
|
Loading…
Reference in New Issue