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

Bug #1580307 reported by Kristina Hoeppner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Confirmed
Wishlist
Unassigned

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.

Tags: admin
description: updated
Revision history for this message
Robert Lyon (robertl-9) wrote :

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.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.