Changeset 224

Show
Ignore:
Timestamp:
02/20/09 05:00:15 (9 months ago)
Author:
gallardj
Message:

refs #2674. Adds last ticket modification to profile page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/trunk/mod/profile/profile.config.php

    r221 r224  
    487487                                    "default_access" => 'PUBLIC', 
    488488                                                                    )); 
     489         $data['profile:details'][] = (object)(array( 
     490                                                                    "name" => __gettext("Last Ticket Modification"), 
     491                                                                    "internal_name" => "last_ticket_change", 
     492                                                                    "field_type" => "text", 
     493                                                                    "user_type" => "project", 
     494                                                                    "category" => __gettext("Basic details"), 
     495                                                                    "invisible" => false, 
     496                                                                    "required" => true, 
     497                                    "col2" => true, 
     498                                                                    )); 
    489499 
    490500        $data['profile:details'][] = (object)(array(