Results 1 to 3 of 3

Thread: Project Task Dashlet Project Name link wrong

  1. #1
    Join Date
    Dec 2010
    Posts
    7

    Default Project Task Dashlet Project Name link wrong

    I am using the My Project Tasks Dashlet, but the Project Name URL (module=) is incorrect.

    It says module=Projects but it should say module=Project

    Any idea where I find that value/parameter to change it?


    FROM MY SUGAR
    ------------------------------------------------------------------------------------
    action=DetailView&module=Projects&record=db1e3082-dd0a-3fd4-4e29-4d23cb73c23c&offset=1&stamp=1294277130095597600

    ================================================== ================================================== ===========

    EDIT:: ARE THERE ANY OTHER SUGAR FORUMS WHERE YOU SUGGEST I MIGHT GO? I AM GETTING VIEWED BUT NO REPLIES :-(

    ================================================== ================================================== ===========
    Last edited by Envision Design; 2011-01-06 at 10:13 PM. Reason: No reponses

  2. #2
    ltkrosa is offline Junior Member
    Join Date
    Mar 2011
    Posts
    4

    Default Re: Project Task Dashlet Project Name link wrong

    Same problem.

    Please can someone at least point me in a good direction (file path, folder where to look at, what to search for, etc.)

    Thanks

  3. #3
    ltkrosa is offline Junior Member
    Join Date
    Mar 2011
    Posts
    4

    Default Re: Project Task Dashlet Project Name link wrong

    Fixed,

    I had to edit the file \modules\ProjectTask\vardefs.php

    The offending line is:
    ...modules\ProjectTask\vardefs.php:386: 'module'=>'Projects',

    Code:
      'project_name_link' =>
      array (
        'name' => 'project_name_link',
        'type' => 'link',
        'relationship' => 'projects_project_tasks',
        'vname' => 'LBL_PROJECT_NAME',
        'link_type' => 'one',
        'module'=>'Project',     <--------- CHANGE THIS LINE, ORIGINALLY THE WRONG VALUE IS 'Projects'
        'bean_name'=>'Project',
        'source'=>'non-db',
      ),
    Hope it helps


    Cheers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 2010-09-27, 06:39 PM
  2. Replies: 7
    Last Post: 2009-05-27, 01:36 PM
  3. Problem when I crete a Project Task and Assigning to a Project.
    By rollno51 in forum General Discussion
    Replies: 0
    Last Post: 2007-07-26, 09:01 AM
  4. Replies: 0
    Last Post: 2006-06-23, 04:41 PM
  5. Replies: 0
    Last Post: 2005-08-19, 08:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •