View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] How to Change Layout/Position of Predecessor, Successor and Linked Elements - Page 3 - ProjeQtOr
 
 

[SOLVED] How to Change Layout/Position of Predecessor, Successor and Linked Elements

More
30 Jul 2015 12:45 #13 by babynus
Here is result on 3 columns :

Babynus
Administrator of ProjeQtOr web site
Attachments:

Please Log in or Create an account to join the conversation.

More
30 Jul 2015 14:42 #14 by iconic
Yes, that is similar to what I have, and there is the issue I am having.

You see, I want Notes and Linked elements to be in the position of where Predecessor and Successor Elements are.

In essence, I want Notes in the first column where Predescessor is.

Is there anyway i can do this?

Please Log in or Create an account to join the conversation.

More
01 Aug 2015 12:12 #15 by iconic
Hi there,
Any further updates with this would be greatly appreciated

Please Log in or Create an account to join the conversation.

More
01 Aug 2015 17:13 - 01 Aug 2015 17:13 #16 by babynus
Field description should be (for instance)
 public $_sec_description;
  public $id;    // redefine $id to specify its visible place 
  public $reference;
  public $name;
  public $idActivityType;
  public $idProject;
  public $externalReference;  
  public $creationDate;
  public $idUser;
  public $idContact;
  public $Origin;
  public $description;  
  public $_sec_treatment;
  public $idActivity;
  public $idStatus;
  public $idResource;  
  public $handled;
  public $handledDate;
  public $done;
  public $doneDate;
  public $idle;
  public $idleDate;
  public $cancelled;
  public $_lib_cancelled;
  public $idTargetVersion;
  public $result;
  public $_sec_Progress;
  public $ActivityPlanningElement; // is an object
   public $_sec_Assignment;
  public $_Assignment=array();
  public $_Note=array();
  public $_sec_Link;
  public $_Link=array();  
  public $_Attachment=array();
  public $_sec_predecessor;
  public $_Dependency_Predecessor=array();
  public $_sec_successor;
  public $_Dependency_Successor=array();
 
  public $_nbColMax=3;

and in /view/objectDetail.php, about line 1676 , values for $arrayPosition , correct
'note'=>          array('float'=>'left',  'clear'=>'left')
'link'=>          array('float'=>'left', 'clear'=>'none'),
Pay attention, these change will have to be reapplied after each upgrade of new version.

Babynus
Administrator of ProjeQtOr web site
Last edit: 01 Aug 2015 17:13 by babynus.

Please Log in or Create an account to join the conversation.

More
03 Aug 2015 01:48 #17 by iconic
I made the changes, however there was no change. The notes are still showing on the left.

Here is the code to show you that I made the changes
$arrayPosition=array(
         'treatment'=>     array('clear'=>(($nbCol==2)?'right':'none')),
         'progress'=>      array('float'=>(($nbCol==2)?'right':'left'), 'clear'=>(($nbCol==2)?'right':'none')),
         'predecessor'=>   array('clear'=>(($nbCol==2)?'both':(($classObj=='Activity')?'left':'none'))),
         'successor'=>     array('float'=>(($nbCol==2 or $classObj!='Project')?'left':'right'),  'clear'=>'none'),
        
         //'subprojects'=>   array('float'=>(($nbCol==2)?'left':'left'),   'clear'=>(($nbCol==2)?'left':'none')),
         'versionproject_versions'=>array('float'=>(($nbCol==2)?'right':'left'),  'clear'=>'right'),
         
         'version'=>       array('float'=>(($nbCol==2)?'right':'left'),  'clear'=>'none'),
         'approver'=>      array('float'=>'right','clear'=>'right'),
         'lock'=>          array('float'=>(($nbCol==2)?'left':'right'),  'clear'=>(($nbCol==2)?'none':'right')),
        
         'assignment'=>    array('float'=>'left','clear'=>(($nbCol==2)?'left':'none')),
         'attendees'=>     array('float'=>'left','clear'=>(($nbCol==2)?'left':'none')),
        
        //'periodicity'=>    array('float'=>'left','clear'=>'left'),
        
        'internalalert'=>  array('float'=>'right'),
        
        'expensedetail'=>      array('clear'=>'left'),
         'billline'=>      array('clear'=>'left'),
         'link'=>          array('float'=>'left', 'clear'=>'none'),
         'attachment'=>    array('float'=>'left',  'clear'=>'none'),
         'note'=>          array('float'=>'left',  'clear'=>'left')

Please Log in or Create an account to join the conversation.

More
05 Aug 2015 06:53 #18 by iconic
Hi there,
Are they are further updates with regards to this?

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.039 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.