OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.PackageManager

Core.Agent.Admin. PackageManager

This namespace contains the special function for AdminPackageManager module.
Author:
  • OTRS AG
Source:

Methods

(static) DisablePackageActions()

This function prevent package actions for running.
Source:

(static) EnablePackageActions()

Tis function activate all package actions.
Source:

(static) GetPackageUpgradeResult()

This function queries the status of the package upgrade process (via AJAX request) from the system data table.
Source:

(static) GetPackageUpgradeRunStatus()

This function checks if there is currently a PackageUpgradeAll process running (via AJAX request), depending on the results it also enable/disable package actions and show/hide notifications.
Source:

(static) Init()

This function initializes module functionality.
Source:

(static) PackageUpgradeAll()

This function creates a daemon task (via AJAX call) to upgrade all installed packages.
Source: