mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
Fix visualizzazione plugin
This commit is contained in:
parent
4a149588ff
commit
22f69746d7
@ -52,12 +52,12 @@ class Plugin extends Model
|
|||||||
|
|
||||||
public function getOptionsAttribute($value)
|
public function getOptionsAttribute($value)
|
||||||
{
|
{
|
||||||
return App::replacePlaceholder($value, filter('parent_id'));
|
return App::replacePlaceholder($value, filter('id_parent'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getOptions2Attribute($value)
|
public function getOptions2Attribute($value)
|
||||||
{
|
{
|
||||||
return App::replacePlaceholder($value, filter('parent_id'));
|
return App::replacePlaceholder($value, filter('id_parent'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Metodi personalizzati */
|
/* Metodi personalizzati */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user