CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Manage Events
Pages: [1]

Author Topic: Manage Events  (Read 2002 times)

goran

  • I post occasionally
  • **
  • Posts: 85
  • Karma: 3
Manage Events
December 02, 2008, 04:01:48 am
Hi to all,

Here is what i ran into:

If searching for events through /civicrm/event/manage?reset=1 , with no criteria given, it shows no events even though events exist (in this case they are all in the past).
They don't show up until I explicitly set 'Search by Date Range'. I don't believe it was supposed to work like this - rather it should return all records when no criteria supplied (similar to the contact search).



Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Manage Events
December 02, 2008, 05:15:12 am
goran :

When you select no criteria, it by default shows "Show Current and Upcoming Events".
To view all/selected events, you have the option to "Search by Date Range".

-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

goran

  • I post occasionally
  • **
  • Posts: 85
  • Karma: 3
Re: Manage Events
December 02, 2008, 09:40:54 am
Thank you for your answer. May I suggest to have the radio selected to show the default selection (tested in firefox and chrome on 2.1.2; it is not selected and the criteria is still applied).

It would be nice to have an option to do a quick search against everything - currently we need min 5 clicks to say 'search all', implying we know the date of the oldest event.


Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Manage Events
December 02, 2008, 10:30:52 pm
Quote
Thank you for your answer. May I suggest to have the radio selected to show the default selection (tested in firefox and chrome on 2.1.2; it is not selected and the criteria is still applied).

This has been fixed. Here is the patch: http://fisheye.civicrm.org/changelog/CiviCRM/?cs=18451

Quote
It would be nice to have an option to do a quick search against everything - currently we need min 5 clicks to say 'search all', implying we know the date of the oldest event.

You could still do a criteria-less quick search, with "Search by Date Range" without specifying 'From' and 'To' would result in all events(no need of knowing date of the oldest event).

Hope that helps!
Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

goran

  • I post occasionally
  • **
  • Posts: 85
  • Karma: 3
Re: Manage Events
December 03, 2008, 12:56:58 am
Thanks to both; yes - it did help. :)

Do you think the following change to /trunk/CRM/Event/Form/SearchEvent.php
<         $searchOption  = array( ts('Show Current and Upcoming Events'), ts('Search by Date Range') );
---
>         $searchOption  = array( ts('Search Current and Upcoming Events'), ts('Search All or by Date Range') );
would make sense?

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Manage Events
December 03, 2008, 03:03:50 am
fixed for 2.1  :)
 
Thanks for inputs
-Yashodha

Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Manage Events

This forum was archived on 2017-11-26.