← Back to team overview

mahara-contributors team mailing list archive

[Bug 1580307] Re: Suspending an entire institution should display suspension date and admin who did it

 

For a user we record in the database usr table
suspendedctime = the date/time the user was suspended
suspendedreason = the reason for suspension
suspendedcusr = the id of the admin user that did the suspension

Currently in the institution table we only have
suspended = 0/1 toggle if it's suspended or not

So we will need to add similar fields to the institution table so we can
record more information about the suspension - at the very least we need
a suspended time.

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

Title:
  Suspending an entire institution should display suspension date and
  admin who did it

Status in Mahara:
  Confirmed

Bug description:
  When an institution is suspended only the suspension message is
  displayed. However, it would be better to also display when the
  suspension happened and which site admin suspended the institution so
  it can be followed up easier if there are any questions about the
  suspension.

  We should have that information available. We already track it for
  suspending individual users.

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


References