2.0.3-beta2
Enhancements:
GH-259 Add status message for approved and released reports (#321)
Closes #259
GH-326 - Update role permissions POAMS (#327)
Closes #326
Bug fixes:
GH-194 Fix boundary case is email whitelisted? (#325)
Fixes #194
Framework improvements:
Fix test for adding recent attendees (#322)
In #124 the author themselves was removed from the list
of recent attendees, so simply add them all and expect that the number
of rows has increased by this amount.
Fix promise check (#320)
Here, promise is not an instance of Promise. But since we are only
interested in calling the 'then()' method, just check for that.
This makes the progress bar work again, and also show errors again for
non-existing objects.