wbTeamPro Feature Request & Bug Tracker
wbTeamPro and wbTimeLog are actively being developed and supported.

We are working to update our tracker, changelogs, and documentation to convey this appropriately.
Thank you for your patience as we manage this period of growth.

View Issue Details Jump to Notes ]
1 Vote
 ]
Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010316wbTeamPro[All Projects] Bugspublic2017-01-30 09:312015-01-25 00:00
Reportera104 
Assigned Towebuddha 
PrioritynormalSeverityminorReproducibilityalways
StatusResolvedResolutionfixed 
PlatformOSOS Version
Product Versionv3.0.20 
Target VersionApplied to Versionv3.0.21 
Summary0010316: Hook: client_onBeforeRender_ProjectEditTabs issues
DescriptionHello,

When implementing the hook client_onBeforeRender_ProjectEditTabs in the plugin, when passing the array like in admin_onBeforeRender_ProjectEditTabs, rather than rendering the proper tab with label/link we get Array as the tab label and wrong link.

eg:
$data['pageTabs']['tab_id'] = array(
  'task' => 'blank',
  'link' => 'wbteampro.php?task=blank&project_id=' . $project_id . '&plugin=page',
  'label' => "My label",
);

This code works fine in admin but not in the client hook.

You can view the screenshot for more details.

Thanks
TagsNo tags attached.
Attached Filesjpg file icon sc.jpg [^] (30,195 bytes) 2013-12-16 09:06

- Relationships

-  Notes
(0010069)
webuddha (administrator)
2013-12-17 11:28

The client area was not properly receiving the array of task options, instead assuming the array as a string.

- Issue History
Date Modified Username Field Change
2013-12-16 09:06 a104 New Issue
2013-12-16 09:06 a104
2013-12-16 09:06 a104 File Added: sc.jpg
2013-12-17 11:28 webuddha Note Added: 0010069
2013-12-17 11:28 webuddha Status New => Resolved
2013-12-17 11:28 webuddha Applied to Version => v3.0.21
2013-12-17 11:28 webuddha Resolution open => fixed
2013-12-17 11:28 webuddha Assigned To => webuddha



Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker