[Bps-public-commit] rtx-calendar branch multiple-days-events updated. 1.05-38-ga1f147d

BPS Git Server git at git.bestpractical.com
Fri Sep 29 17:36:41 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtx-calendar".

The branch, multiple-days-events has been updated
       via  a1f147d4982a2590479ee98e24b5387d3af0613d (commit)
      from  b5c9d29eef73606975dbcd732deedae75eacbe07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a1f147d4982a2590479ee98e24b5387d3af0613d
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date:   Fri Sep 29 14:33:22 2023 -0300

    Fix losing Filter on Status when changin the month
    
    There was a bug where the generated querystring that is used to carry
    the status filter from month to month was not being generated. This
    patch fixes it.

diff --git a/html/Elements/Calendar b/html/Elements/Calendar
index 8de3932..b6bf784 100644
--- a/html/Elements/Calendar
+++ b/html/Elements/Calendar
@@ -284,8 +284,7 @@ my $QueryString =
         OrderBy => $OrderBy,
         Rows    => $RowsPerPage,
         NotFirstAccess => $NotFirstAccess,
-      )
-      if ($Query);
+      );
 
 $QueryString ||= 'NewQuery=1&NotFirstAccess=1';
 

-----------------------------------------------------------------------

Summary of changes:
 html/Elements/Calendar | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
rtx-calendar


More information about the Bps-public-commit mailing list