[Bps-public-commit] rtx-calendar branch multiple-days-events-2 updated. 1.05-24-g8e9b354
BPS Git Server
git at git.bestpractical.com
Fri Nov 17 19:41:03 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-2 has been updated
via 8e9b354818ce67e58679ac6eac231b4b13162a56 (commit)
from 0c82932894e7a3a6b44999e134668dcc6833bd81 (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 8e9b354818ce67e58679ac6eac231b4b13162a56
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date: Fri Nov 17 16:39:40 2023 -0300
Fix missing Filter on Status when changing months with select boxes
diff --git a/html/Elements/Calendar b/html/Elements/Calendar
index ff41edc..c6d9151 100644
--- a/html/Elements/Calendar
+++ b/html/Elements/Calendar
@@ -160,7 +160,7 @@ while ($date <= $end) {
</td>
<td valign="top" align="center">
-<form method="post" class="changeCalendarMonth" onsubmit="changeCalendarMonth()">
+<form method="post" class="changeCalendarMonth" action="?<% $QueryString %>" onsubmit="changeCalendarMonth()">
<select name="SelectedMonth" class="selectpicker form-control col-3">
% for (0..11) {
-----------------------------------------------------------------------
Summary of changes:
html/Elements/Calendar | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rtx-calendar
More information about the Bps-public-commit
mailing list