View Issue Details

IDProjectCategoryView StatusLast Update
0000032TeamSpeak Channel Management System[All Projects] Generalpublic2017-09-08 05:55
ReporterkyleAssigned Tokyle 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionRelease 
Target VersionReleaseFixed in VersionRelease 
Summary0000032: Channel Move dropdown is blank
DescriptionWhen trying to move a channel, 1. Select Channel to move dropdown is blank
Seems to only happen with channels that have slashes in their name
Steps To Reproduce1. Select channel with a slash (/ or \)
2. Edit Channel
3. Basic > Move
4. Dropdown is blank
TagsNo tags attached.
BrowserAll

Activities

kyle

2017-09-07 05:58

administrator  

MoveChannelBlank.JPG (52,168 bytes)
MoveChannelBlank.JPG (52,168 bytes)

kyle

2017-09-07 06:03

administrator   ~0000061

This again is due to getPathway.
$pieces = explode("/", $channel->getPathway());

ChanHei -> Class ChanHei -> function Get - Line 14
Recode that function to use the subChannelList recursive function.

kyle

2017-09-08 05:19

administrator   ~0000062

Fixed in commit 290385cd79d

kyle

2017-09-08 05:55

administrator   ~0000063

Pushed on version 1.1.090817

Issue History

Date Modified Username Field Change
2017-09-07 05:58 kyle New Issue
2017-09-07 05:58 kyle Status new => assigned
2017-09-07 05:58 kyle Assigned To => kyle
2017-09-07 05:58 kyle File Added: MoveChannelBlank.JPG
2017-09-07 06:03 kyle Note Added: 0000061
2017-09-08 05:19 kyle Note Added: 0000062
2017-09-08 05:55 kyle Status assigned => resolved
2017-09-08 05:55 kyle Resolution open => fixed
2017-09-08 05:55 kyle Fixed in Version => Release
2017-09-08 05:55 kyle Note Added: 0000063