Closed (outdated)
Project:
Case Tracker
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2009 at 23:52 UTC
Updated:
25 Sep 2020 at 07:22 UTC
Jump to comment: Most recent
Comments
Comment #1
jmiccolis commentedThat link is auto generated based on the name of the node - which here is "Case". If you'd like to alter how the name is presented you could consider using the css "text-transform" property in your stylesheet, or you may prefer to change the name of the node type to 'case'.
Comment #2
avpadernoThe module could simply pass the content type name to
drupal_strtolower().Comment #3
avpadernoThe module uses for the Operations links two different, and inconsistent strings.
If one link is open Case (where Case is the content type name used for the reports), the other link is view all project cases. This means that if I would use a content type named Ticket for the reports, the links I see would be open Ticket, and view all project cases.
It would be better if the module would use case (and cases) in the links, or it would use the content type name in lower characters (but this would mean the module should also use the plural of the content type name in the second link).
Comment #4
avpadernoIs there any progress in this?
Comment #5
shas3n commented+ 1 for this feature.
I am using Casetracker in a non-software context and it does not make sense to create a 'Case'. So I have named the node to 'task' so that the node creation form says 'Create Task' but the project summary page has a hard coded link 'See all project cases'.
It would be great to have all the links get their name from node name rather than the current hard-coded way.
Comment #6
jmiccolis commentedHi, I'm open to better language and/or markup here but I'm not ok with adding extra code like a call to drupal_strtolower() as suggested in #2 as I don't want to make assumptions about usage - we should move away from such assumptions.
Patches or detailed ideas are very welcome here.
Comment #7
avpadernoI am closing this issue, which is for a not supported Drupal version.