mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #18546
[Bug 1252497] Re: editing a skin deletes the creation time from db
** Changed in: mahara
Status: Fix Committed => Fix Released
** Changed in: mahara/1.9
Status: Fix Committed => Fix Released
--
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:
Fix Released
Status in Mahara 1.8 series:
Fix Released
Status in Mahara 1.9 series:
Fix Released
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
References