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) »
  • Ability to edit the Subject of a Case
Pages: [1] 2

Author Topic: Ability to edit the Subject of a Case  (Read 5976 times)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Ability to edit the Subject of a Case
March 12, 2012, 11:08:44 pm
Am i missing something really obvious here?
Is there a way in the UI to edit the Subject of a case?
If not, is there a problem with changing them in the DB?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Ability to edit the Subject of a Case
March 13, 2012, 12:25:16 am
Hi Pete,
what do you mean with the subject of the case?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Ability to edit the Subject of a Case
March 13, 2012, 02:34:00 am
hi erik - each Case has a Subject - much like an Activity does

Once a case is created with a subject, if i go to Manage i can edit various things but can't see where to edit the subject

Case Type, I can edit

Status, I can edit

Start date, i can edit.

This is 3.4.7
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Ability to edit the Subject of a Case
March 13, 2012, 06:37:45 am
Pete, all you can do in standard Civi is update the subject of the 'Open Case' activity, which is the same as the case subject if you open it. This does NOT change the subject of the case itself in the database later though......but that subject is not shown in Civi as far as I can see?
So I would say this is a bug, can you report it?
« Last Edit: March 13, 2012, 06:40:25 am by Erik Hommel »
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

johking

  • I’m new here
  • *
  • Posts: 11
  • Karma: 1
Re: Ability to edit the Subject of a Case
May 23, 2012, 03:57:18 am
Hi Pete

Did you report this as a bug and did it get any further?

Also, to ask again one of your original questions - is it OK to edit the subject in the database?

Thanks

Jo

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Ability to edit the Subject of a Case
May 23, 2012, 02:32:21 pm
hi jo - don't think i ever got back to this - client just accepted that this was how it was
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

johking

  • I’m new here
  • *
  • Posts: 11
  • Karma: 1
Re: Ability to edit the Subject of a Case
May 23, 2012, 02:53:18 pm
Aha - a helpful client!

Thanks for replying so swiftly

Jo

ChrisChinchilla

  • I post occasionally
  • **
  • Posts: 104
  • Karma: 3
  • CiviCRM version: 4.1.2
  • CMS version: Drupal 6 & 7
Re: Ability to edit the Subject of a Case
July 30, 2013, 06:53:40 pm
For anyone else looking, I found a fix for this.

It's to do with the XML processor for activities that get created, if it's not an open case task it doesn't add a subject. Which makes sense, but my client had a justification for this not being the case.

So create a copy of CRM/Case/XMLProcessor/Process.php

and at line 350, simply add

'subject' => CRM_Utils_Array::value('subject', $params) ? $params['subject'] : $activityTypeName,

Basically a straight copy and past from line 331 above.
Melbourne CiviCRM meetup group - http://www.meetup.com/MelbourneCiviCRM/

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Ability to edit the Subject of a Case
July 30, 2013, 08:47:16 pm

hey chris:

can u please file an issue and the patch. we can get this fix into 4.4

thx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ChrisChinchilla

  • I post occasionally
  • **
  • Posts: 104
  • Karma: 3
  • CiviCRM version: 4.1.2
  • CMS version: Drupal 6 & 7
Re: Ability to edit the Subject of a Case
July 30, 2013, 11:03:42 pm
Sure thing, wasn't entirely sure if it was a 'bug', but will do!
Melbourne CiviCRM meetup group - http://www.meetup.com/MelbourneCiviCRM/

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: Ability to edit the Subject of a Case
July 31, 2013, 07:17:17 am
This topic was about the subject for the case, not for prepopulated activities. I'm a little confused by the post?

ChrisChinchilla

  • I post occasionally
  • **
  • Posts: 104
  • Karma: 3
  • CiviCRM version: 4.1.2
  • CMS version: Drupal 6 & 7
Re: Ability to edit the Subject of a Case
August 02, 2013, 05:53:19 pm
Issue and patch logged.
Melbourne CiviCRM meetup group - http://www.meetup.com/MelbourneCiviCRM/

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Ability to edit the Subject of a Case
August 05, 2013, 05:14:22 pm
Chris - I agree w/ demeritcowboy's question. Seems like the issue / patch you filed is about prepopulating case activity subjects w/ the activity type name. This thread was about setting civicrm_case.subject as far as I understand it.
Protect your investment in CiviCRM by  becoming a Member!

ChrisChinchilla

  • I post occasionally
  • **
  • Posts: 104
  • Karma: 3
  • CiviCRM version: 4.1.2
  • CMS version: Drupal 6 & 7
Re: Ability to edit the Subject of a Case
August 05, 2013, 06:03:10 pm
I know, but Donald seemed to respond to my point (which was added out of context, yes) and noted it as an issue. Maybe we misunderstood each other.

Still, wether this was the right place or not, it's still a potential point of confusion and maybe the bug stands.
Melbourne CiviCRM meetup group - http://www.meetup.com/MelbourneCiviCRM/

PrincessAng417

  • I post occasionally
  • **
  • Posts: 50
  • Karma: 2
  • CiviCRM version: 4.5.4
  • CMS version: Drupal 7.34
Re: Ability to edit the Subject of a Case
September 16, 2014, 12:23:23 pm
I'm resurrecting this thread because the original purpose of it seems to have been dropped, but its original purpose is exactly my question.

Is it a bug that there is no way to edit the Subject of a Case?

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviCase (Moderator: Dave Greenberg) »
  • Ability to edit the Subject of a Case

This forum was archived on 2017-11-26.