-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dev/joomla#1 - Fix list of events shown when adding Event Info and Registration pages #46
Fix dev/joomla#1 - Fix list of events shown when adding Event Info and Registration pages #46
Conversation
… page in Joomla Also fixes similar issue when adding an Event Regisration page
'return.start_date' => 1, | ||
'rowCount' => 100, | ||
'return' => array("title"), | ||
'start_date' => array('>=' => "today"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be <=
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we're looking for future events so where the start date is today or later.
'rowCount' => 100, | ||
'is_online_registration' => 1, | ||
'return' => array("title"), | ||
'start_date' => array('>=' => "today"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
I'm going to merge this so it hits the rc - it seems there is a clearly agreed problem & you have worked on a fix - the fix is narrowly scoped & we are likely to struggle to get another Joomla! person to review - can you ask the reporter to test the 5.4 rc? |
Thanks for merging @eileenmcnaughton I have asked the reporter to test via SE |
No description provided.