Results 1 to 3 of 3

Thread: Project Sub Panel lost hyperlink under name

  1. #1
    sugarron is offline Junior Member
    Join Date
    Sep 2006
    Posts
    1

    Exclamation Project Sub Panel Issue

    Sugar Version (Version 4.2.1b)
    Sugar Edition (SugarCRM OS)
    Category (Project Tasks)
    Operating System (Windows XP)
    PHP Version (5.1.4)
    Database (4.1.21-standard MySQL)
    Web Server (Linux)

    Steps to reproduce

    1. Click on the "Admin"" link and select Field layout" in the studio column.
    2. Click on "Select File" and highligt "Project" from "Select a Subpanel"
    3. I redesigned this layout by throwing everything into the "Staging Area" and when I put things the way I liked them, the hyperlink that allows you to click the project task no longer is present.

    I can still see the fields when I click on my projects, but all of the project tasks are just text now and no link under the field "Name"

    How can I get that back?
    Last edited by sugarron; 2006-09-26 at 12:33 AM. Reason: Simplified Request

  2. #2
    pgiuseppe is offline Sugar Community Member
    Join Date
    Feb 2005
    Posts
    58

    Angry Re: Project Sub Panel lost hyperlink under name

    I have the same Issue under:
    Sugar Version (Version 4.5.1b)
    Sugar Edition (SugarCRM OS)
    Category (Project Tasks)

  3. #3
    blendo is offline Sugar Community Member
    Join Date
    Mar 2005
    Posts
    25

    Default Re: Project Sub Panel lost hyperlink under name

    quick Fix for this

    go to Document Root of your sugar installation, thne change the director to custom/modules/ProjectTask/subpanels

    Edit the File Projectdefault.php

    And search the given Array name


    replace this enty whitj


    Code:
      
    'name' =>
      array (
        'name' => 'name',
        'vname' => 'LBL_NAME',
        'widget_class' => 'SubPanelDetailViewLink',
      ),
    The missing widget_class is the problem.

    Greet blendo

Thread Information

Users Browsing this Thread

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

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
  •