Skip to content

Commit

Permalink
Minor fix related to 5a06c2d (fix for blank view being default in new…
Browse files Browse the repository at this point in the history
… lists)
  • Loading branch information
jegelstaff committed Nov 1, 2023
1 parent fcd342b commit a3a3cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/formulize/class/listOfEntriesScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function setDefaultListScreenVars($defaultListScreen, $defaultFormScreenI
{
global $xoopsConfig;
// View
$defaultListScreen->setVar('defaultview', array(XOOPS_GROUP_USERS => FORMULIZE_QUERY_SCOPE_GLOBAL));
$defaultListScreen->setVar('defaultview', serialize(array(XOOPS_GROUP_USERS => FORMULIZE_QUERY_SCOPE_GLOBAL)));
$defaultListScreen->setVar('usecurrentviewlist', _formulize_DE_CURRENT_VIEW);
$defaultListScreen->setVar('limitviews', serialize(array(0 => 'allviews')));
$defaultListScreen->setVar('useworkingmsg', 1);
Expand Down

0 comments on commit a3a3cb5

Please sign in to comment.