Hi all,
After modifing the project tasks subpanel in Project module, I cannot more see the 2 buttons edit and delete near each entry on the list.
Do you have any clue how I can set it back?
Thanks
Hi all,
After modifing the project tasks subpanel in Project module, I cannot more see the 2 buttons edit and delete near each entry on the list.
Do you have any clue how I can set it back?
Thanks
Ok I have solved it.
go to the directory
\custom\modules\ProjectTask\subpanels
and open the file
Projectdefault.php
Code:now on the part array ( 'name' => 'name', 'vname' => 'LBL_NAME', 'width' => '9999%', ),
add
finally at the end, beforeCode:array ( 'name' => 'name', 'vname' => 'LBL_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'module' => 'ProjectTask', 'width' => '9999%', ),
addCode:) ; ?>
this is IMHO theeffect of a bug of Studio that should corrected.Code:'edit_button' => array ( 'widget_class' => 'SubPanelEditButton', 'module' => 'ProjectTask', 'width' => '5%', ), 'remove_button' => array ( 'widget_class' => 'SubPanelRemoveButton', 'module' => 'ProjectTask', 'width' => '5%', ), ); ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks