Re Sending email notifications from log page
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Mar 2019 20:41:56 +0000 (16:41 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Mar 2019 20:41:56 +0000 (16:41 -0400)
commit492605a15cad20f7b8066eff4ae63f561bb116a8
tree9dd2fce523b59efc0e7e4f4cce8babaaa226cb63
parent3b87554e03f68f5eacee6609ff980134d356e345
Re Sending email notifications from log page

Log page has link to re-send notification.
two new fields for notifications are type and type_id which help to
re-create the send email notification call with same parameters for
sending out the exact same email. (with invoice or payment data)
13 files changed:
classes/data/dataNotifications.php
classes/notifications.php
index.php
models/admin/ajax/invoices.php
models/admin/billing/logs.php
models/admin/billing/payments.php
setup/databaseScripts/create_database_V0.0.34.sql [deleted file]
setup/databaseScripts/create_database_V0.0.35.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.35.sql [new file with mode: 0644]
views/admin/billing/editPayment.html
views/admin/billing/logs.html
views/admin/settings/editNotificationType.html