[Mahara-contributors] [Bug 1718480] Re: Allow modules to extend group menu items

2018-04-23 Thread Cecilia Vela Gurovic
*** This bug is a duplicate of bug 1749408 *** https://bugs.launchpad.net/bugs/1749408 Marked this bug as duplicate of bug#1749408 because the other one is more general ** This bug has been marked a duplicate of bug 1749408 Make it possible for PlugIns defining a grouptab -- You

[Mahara-contributors] [Bug 1718480] Re: Allow modules to extend group menu items

2018-03-07 Thread Robert Lyon
** Changed in: mahara Milestone: 18.04.0 => 18.10.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1718480] Re: Allow modules to extend group menu items

2018-01-09 Thread Kristina Hoeppner
** Changed in: mahara Milestone: None => 18.04.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1718480] Re: Allow modules to extend group menu items

2018-01-04 Thread Stacey Walker
Fix included in https://reviews.mahara.org/#/c/8401/ I recommend a separate launchpad ticket to look at all the places that tabs and menu items can be adjusted and ensure a standard as it may not be specific to groups where we have this inconsistency. ** Changed in: mahara Status:

[Mahara-contributors] [Bug 1718480] Re: Allow modules to extend group menu items

2017-10-17 Thread Kristina Hoeppner
** Changed in: mahara Status: New => Confirmed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1718480] Re: Allow modules to extend group menu items

2017-10-15 Thread Robert Lyon
Hi Stacey It looks more like we need to tidy up the code a bit as we have in group_get_menu_tabs() both safe_require('interaction', $plugin->name); $plugin_menu = call_static_method(generate_class_name('interaction', $plugin->name), 'group_menu_items', $group);