← Back to team overview

mahara-contributors team mailing list archive

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

 

Hi Jawyei,

In the latest version, 15.04 the v.ctime will be present. It was already
added as part of the commit: 574cd60e1057daa372ab14b6aa087ebfe17095c1

Cheers

Robert

** Changed in: mahara
       Status: New => Won't Fix

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