mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 16:23:19 +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)
|
||||
{
|
||||
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
Block a user