N°2039 - Rename AsyncSendiTopNotifications into AsyncSendNewsroom

This commit is contained in:
Molkobain
2024-05-02 17:15:14 +02:00
parent 1ce81fe466
commit 7b8887a9c8
3 changed files with 5 additions and 5 deletions

View File

@@ -460,10 +460,10 @@ class AsyncSendEmail extends AsyncTask
}
/**
* An async notification to be sent to iTop users
* An async notification to be sent to iTop users through the newsroom
* @since 3.2.0
*/
class AsyncSendiTopNotifications extends AsyncTask {
class AsyncSendNewsroom extends AsyncTask {
public static function Init()
{
@@ -474,7 +474,7 @@ class AsyncSendiTopNotifications extends AsyncTask {
"name_attcode" => "created",
"state_attcode" => "",
"reconc_keys" => array(),
"db_table" => "priv_async_send_itop_notifications",
"db_table" => "priv_async_send_newsroom",
"db_key_field" => "id",
"db_finalclass_field" => "",
);