← Back to team overview

mahara-contributors team mailing list archive

[Bug 1437932] Re: feature request, include ctime in get_sharedviews_data

 

Hi Robert,

We asked about it on the forum but I did not submit a feature request. I
guess someone has done it for me.

Thanks,
Jawyei Wong

-- 
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/1437932

Title:
  feature request, include ctime in get_sharedviews_data

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  In ./lib/view.php could function get_sharedviews_data($limit=10,
  $offset=0, $groupid) include ctime in its return object. This can be
  done by altering line 4002 from

  SELECT
  v.id,v.title,v.startdate,v.stopdate,v.description,v.group,v.owner,v.ownerformat,v.institution,v.urlid'
  . $from . '

  to

  SELECT
  v.id,v.title,v.startdate,v.stopdate,v.description,v.group,v.owner,v.ownerformat,v.institution,v.urlid,v.ctime
  ' . $from . '

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1437932/+subscriptions


References