Debug v18 - warnings and pgsql migration

This commit is contained in:
Laurent Destailleur
2023-06-26 23:02:17 +02:00
parent 73bcc9c261
commit b6a061f795
8 changed files with 38 additions and 19 deletions

View File

@@ -368,6 +368,12 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
*/
public $warnings_activation_ext;
/**
* @var array<string,string> Array of warnings to show when we disable the module
*
* array('always'='text') or array('FR'='text')
*/
public $warnings_unactivation;
/**
* @var array Minimum version of PHP required by module.