← Back to team overview

mahara-contributors team mailing list archive

[Bug 1646251] [NEW] Record in database which user released a submission

 

Public bug reported:

Currently when a submission is released it doesn't record which user did
it and when

It would be good to have a table contain at least this info:

collection | view | submitted | released | submitter | releaser

Where the submitter / releaser are the user pushing the buttons

So that we could have something like

collection | view | submitted           | released            | submitter | releaser
-----------+------+---------------------+---------------------+-----------+------------
7          | 23   | 2016-10-04 12:37:55 | 2016-10-06 12:37:55 | 12        | 15
7          | 24   | 2016-10-04 12:37:55 | 2016-10-06 12:37:55 | 12        | 15
7          | 25   | 2016-10-04 12:37:55 | 2016-10-06 12:37:55 | 12        | 15
7          | 23   | 2016-10-07 11:22:11 |                     | 15        |
7          | 24   | 2016-10-07 11:22:11 |                     | 15        |
7          | 25   | 2016-10-07 11:22:11 |                     | 15        |

So if an admin is masquerading as a user they have their ID recorded rather than the user's one
so we know exactly who was playing with what

** Affects: mahara
     Importance: Wishlist
         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/1646251

Title:
  Record in database which user released a submission

Status in Mahara:
  New

Bug description:
  Currently when a submission is released it doesn't record which user
  did it and when

  It would be good to have a table contain at least this info:

  collection | view | submitted | released | submitter | releaser

  Where the submitter / releaser are the user pushing the buttons

  So that we could have something like

  collection | view | submitted           | released            | submitter | releaser
  -----------+------+---------------------+---------------------+-----------+------------
  7          | 23   | 2016-10-04 12:37:55 | 2016-10-06 12:37:55 | 12        | 15
  7          | 24   | 2016-10-04 12:37:55 | 2016-10-06 12:37:55 | 12        | 15
  7          | 25   | 2016-10-04 12:37:55 | 2016-10-06 12:37:55 | 12        | 15
  7          | 23   | 2016-10-07 11:22:11 |                     | 15        |
  7          | 24   | 2016-10-07 11:22:11 |                     | 15        |
  7          | 25   | 2016-10-07 11:22:11 |                     | 15        |

  So if an admin is masquerading as a user they have their ID recorded rather than the user's one
  so we know exactly who was playing with what

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


Follow ups