* Wed Apr 30 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme

- Add signal-event smanager-refreshg in spec file  [SME: 12992]
- And fix up initial panel and lex file
This commit is contained in:
2025-04-30 09:06:47 +01:00
parent 99f466f10b
commit eca74bb2c1
3 changed files with 8 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ sub main {
my $title = $c->l('usp_User_panel_access_');
my $modul = '';
$usp_data{'trt'} = 'PANELTABLE'; #'USERTABLE';
$usp_data{'trt'} = 'USERTABLE';
#Load any DB entries into the <prefix>_data area so as they are preset in the form
# which DB - this only really works if the initial panel is a PARAMS type panel and not a TABLE
@@ -314,4 +314,4 @@ sub do_display {
);
$c->render(template => "userpanels");
}
1;
1;