Reviewed: https://reviews.mahara.org/7698 Committed: https://git.mahara.org/mahara/mahara/commit/79bf6f784353de1d8e376408ad6ca4038852d6dc Submitter: Robert Lyon ([email protected]) Branch: 17.04_STABLE
commit 79bf6f784353de1d8e376408ad6ca4038852d6dc Author: Robert Lyon <[email protected]> Date: Thu Apr 27 07:29:39 2017 +1200 Bug 1686501: Allowing submitted collections to get correct $url info behatnotneeded Change-Id: I41520bf9afa1c822d83b299f6cdd21af53225fcf Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit a0ca5e007b02986c306fa1eeedb48f3bdf47ddaf) -- 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 editing or unsubscribing it! https://bugs.launchpad.net/bugs/1686501 Title: Submitted collection causes unknown $url error on pages/collections list Status in Mahara: Fix Committed Status in Mahara 17.04 series: Fix Committed Status in Mahara 17.10 series: Fix Committed Bug description: This is due to returning the is submitted info but not returning the related group/host info to work out the url. This is a mistake with the adjustment of the get_myviews_data() function. We used to join on the submitted info if user page and / or non empty user collection. But now we only do it for user page. I'll add a fix to allow the non empty user collection to do this again To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1686501/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

