Closed
Description
Introduction
I wrote a custom shell component in August to display a custom menu. It works fine after you help me here
But since v.19.x, the menu isn't visible anymore without error message.
To Reproduce
use this shell.handlebars page
This index.sql
Select 'shell' as component,
'MyTitle' AS title,
'heart-filled' AS icon,
'/' AS link,
(select json('[
{"menulink":"Connexion.sql","menuname":"Connexion"},
{"menulink":"./user/inscription.sql","menuname":"Inscription"}]')) as menu_item,
'fr' as lang,
'MyFooter' AS footer;
Actual behavior
The top menu is not visible anymore
Expected behavior
The top menu should be visible., like previous version.
Version information
- OS: official container (main,v.0.19.0, v.0.19.1)
- Database: Postgres
- SQLPage Version: v.0.19.0, v.0.19.1