You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "fixed_top_menu":"TRUE" is actived, the page is not correctly done since sqlpage 0.27.
To Reproduce
--MenuSELECT'dynamic'AS component,
CASE WHEN $group_id=1
THEN sqlpage.read_file_as_text('index.json')
ELSE sqlpage.read_file_as_text('menu.json')
END AS properties;
select'button'as component,
'sm'as size,
--'pill' as shape,'center'as justify;
select'AESH'as title,
'etab_aesh.sql?id='|| $id as link,
Actual behavior
Screenshots
The text was updated successfully, but these errors were encountered:
Hello @DSMejantel and welcome back 😃 !
This should be fixed in v0.29 (not released yet). Can you test it ? It's available on docker under lovasoa/sqlpage:main. If you don't have docker, i'm joining a linux binary.
Introduction
When "fixed_top_menu":"TRUE" is actived, the page is not correctly done since sqlpage 0.27.
To Reproduce
Actual behavior
Screenshots
The text was updated successfully, but these errors were encountered: