SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

Bug with "fixed_top_menu"

Open DSMejantel opened this issue 1 year ago • 2 comments

Introduction

When "fixed_top_menu":"TRUE" is actived, the page is not correctly done since sqlpage 0.27.

To Reproduce

--Menu
SELECT '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

probleme_menu

DSMejantel avatar Sep 13 '24 09:09 DSMejantel

Hello @DSMejantel and welcome back :smiley: ! 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.

lovasoa avatar Sep 13 '24 21:09 lovasoa

Closing this as fixed :)

lovasoa avatar Nov 15 '24 14:11 lovasoa