qubeshub / hubzero-cms

HubZero CMS code base for QUBESHub.
https://qubeshub.org
GNU General Public License v2.0
0 stars 1 forks source link

Add folder in group files plugin does not change directory to folder #323

Closed mdlama closed 4 months ago

mdlama commented 4 months ago

Yeah, what the title says.

mdlama commented 4 months ago

It looks like group.mediabrowser.js (code for left panel) uses a different set of code than group.medialist.js (code for right panel). In the openLightbox function, upon success of ajax call from submit, the medialist code calls HUB.GroupsMediaList.refreshParent( data ); The same code should be called for Add folder as well.

To make matters worse, navigating the tree does NOT change the URL, which it should in order to allow members/managers to share links to folders in the file tree.