← Back to team overview

mahara-contributors team mailing list archive

[Bug 1252497] [NEW] editing a skin deletes the creation time from db

 

Public bug reported:

To test:

1) Create a new skin 
2) Look at the database:
> SELECT id, ctime, mtime FROM skin;

you should see the new skin you made containing both ctime and mtime
values (which should be the same)

3) Edit skin
4) Look at the database again:
> SELECT id, ctime, mtime FROM skin;

you should see the new skin you made only containing the new mtime, the
ctime is not NULL

this should be fixed soon as data is being lost

** Affects: mahara
     Importance: High
     Assignee: Robert Lyon (robertl-9)
         Status: Confirmed


** Tags: data

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

Title:
  editing a skin deletes the creation time from db

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  To test:

  1) Create a new skin 
  2) Look at the database:
  > SELECT id, ctime, mtime FROM skin;

  you should see the new skin you made containing both ctime and mtime
  values (which should be the same)

  3) Edit skin
  4) Look at the database again:
  > SELECT id, ctime, mtime FROM skin;

  you should see the new skin you made only containing the new mtime,
  the ctime is not NULL

  this should be fixed soon as data is being lost

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


Follow ups

References