← Back to team overview

mahara-contributors team mailing list archive

[Bug 1437932] [NEW] feature request, include ctime in get_sharedviews_data

 

Public bug reported:

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 . '

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References