Merge branch 'ent-9442-14113-Sql-error-en-la-vista-de-consola' into 'develop'

Ent 9442 14113 sql error en la vista de consola

See merge request artica/pandorafms!5064
This commit is contained in:
Daniel Rodriguez 2022-08-23 13:42:02 +00:00
commit c50d6a6c3b
1 changed files with 1 additions and 2 deletions

View File

@ -438,8 +438,7 @@ if ($access_console_node === true) {
)
);
$javascript = 'javascript: openSoundEventModal(\''.$data_sound.'\');';
$javascript = 'javascript: openSoundEventModal(`'.$data_sound.'`);';
$sub[$javascript]['text'] = __('Sound Events');
$sub[$javascript]['id'] = 'Sound Events Modal';
$sub[$javascript]['type'] = 'direct';