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 CiviCase (Moderator: Dave Greenberg) »
  • Show all cases by default
Pages: [1]

Author Topic: Show all cases by default  (Read 1058 times)

Tara_Penner

  • I’m new here
  • *
  • Posts: 24
  • Karma: 0
Show all cases by default
April 28, 2011, 05:19:05 pm
I'm wondering if there is a way to make the default view on the CiviCase dashboard ALL cases, rather than MY cases.

I apologize for the post, I'm not a developer, but I did find the following when viewing the page source. Is it just a matter of changing the order of the buttons? If so, where do I find this code?

Thanks!


<!-- .tpl file invoked: CRM/Case/Page/DashBoard.tpl. Call via form.tpl if we have a form in the page. -->
<div class="crm-block crm-content-block">
<div class="crm-submit-buttons">
       <a href="/civicrm/contact/view/case?action=add&amp;context=standalone&amp;reset=1" class="button"><span><div class="icon add-icon"></div> Add Case</span></a>
        <div class="crm-case-dashboard-switch-view-buttons">
                                                <a class="button" href="/civicrm/case?reset=1&amp;all=1"><span>All Cases with Upcoming Activities</span></a>
                            <a class="button" href="/civicrm/case/search?reset=1&amp;case_owner=1&amp;force=1"><span>My Cases</span></a>
    </div>
</div>

demeritcowboy

  • Ask me questions
  • ****
  • Posts: 570
  • Karma: 42
  • CiviCRM version: Always the latest!
  • CMS version: Drupal 6 mostly, still evaluating 7.
  • MySQL version: Mix of 5.0 / 5.1 / 5.5
  • PHP version: 5.3, usually on Windows
Re: Show all cases by default
May 14, 2011, 11:58:49 am
Under Administer -> customize -> Navigation Menu, edit the case dashboard menu option to add "&all=1" to the url.

Tara_Penner

  • I’m new here
  • *
  • Posts: 24
  • Karma: 0
Re: Show all cases by default
May 20, 2011, 03:10:50 pm
Thank-you!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviCase (Moderator: Dave Greenberg) »
  • Show all cases by default

This forum was archived on 2017-11-26.