mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed id_tagente in metaconsole
Former-commit-id: 72ea89dfe6eff0892adaaa4a077a99ddfa0fa4d4
This commit is contained in:
parent
713212a435
commit
58a601b0f1
@ -742,7 +742,7 @@ class Item extends Model
|
|||||||
'nombre',
|
'nombre',
|
||||||
'tmetaconsole_agent',
|
'tmetaconsole_agent',
|
||||||
[
|
[
|
||||||
'id_agente' => $agentId,
|
'id_tagente' => $agentId,
|
||||||
'id_tmetaconsole_setup' => $metaconsoleId,
|
'id_tmetaconsole_setup' => $metaconsoleId,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user