Comment 47 for bug 1006634

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/1262
Committed: http://gitorious.org/mahara/mahara/commit/0fd04e12febd927615141dac58099cf27707eff1
Submitter: Melissa Draper (<email address hidden>)
Branch: master

commit 0fd04e12febd927615141dac58099cf27707eff1
Author: Richard Mansfield <email address hidden>
Date: Wed May 2 16:52:21 2012 +1200

    Use clean view urls on tags page

    Bug #1006634, part 3

    Views and artefacts are pulled from the db together in a UNION query.
    We can't simply pass the whole list of records through to a View
    method - it's easier to generate the urls one by one in
    build_portfolio_search_html.

    Change-Id: I59b1ab91e141611d4a41e60b28a0bfdf13167749
    Signed-off-by: Richard Mansfield <email address hidden>