ihsn / nada

National Data Archive (NADA) is an open source data cataloging system that serves as a portal for researchers to browse, search, compare, apply for access, and download relevant census or survey information. It was originally developed to support the establishment of national survey data archives.
http://nada.ihsn.org
MIT License
38 stars 10 forks source link

Fix datadeposit request_reopen function #108

Open Greg735 opened 5 months ago

Greg735 commented 5 months ago

Hello,

There's 2 PHP error in the request_reopen method in Datadeposit class.

The email_notifications helper and the dd_notfiy_admin function don't exist. I've replace them with admin_notifications and notify_admin functions.

A small improvement will be to create the dd_notify_admin function and check inside if the project has already an admin user assigned to it so he can also receive the notification by email. What to you think ? Thanks!