resolution_fixed type_defect | by esanchez@yaco.es
Now a command should be called in order to send a reminder to each SDO Liaison Manager requesting them to update the Authorized Individual List of their SDOs.
It's a django command so it can be called from a crontab in order to send periodical reminders (e.g., quarterly).
But if the secretariat wants to send the reminder manually he or she needs to login in the server and execute:
./manage.py remind_update_sdo_list
Or for sending the reminder to just one SDO:
./manage.py remind_update_sdo_list --sdo-pk=SDO_PK
We need to provide the secretariat with a simple method to send reminders within the django admin interface.
Issue migrated from trac:377 at 2022-03-04 01:02:16 +0000
resolution_fixedtype_defect| by esanchez@yaco.esNow a command should be called in order to send a reminder to each SDO Liaison Manager requesting them to update the Authorized Individual List of their SDOs.
It's a django command so it can be called from a crontab in order to send periodical reminders (e.g., quarterly).
But if the secretariat wants to send the reminder manually he or she needs to login in the server and execute:
Or for sending the reminder to just one SDO:
We need to provide the secretariat with a simple method to send reminders within the django admin interface.
Issue migrated from trac:377 at 2022-03-04 01:02:16 +0000