docs(catalog) : mark CatalogModule REQUIRED=true after Tristan review #12
This commit is contained in:
@@ -805,7 +805,11 @@ final class CatalogModule
|
|||||||
{
|
{
|
||||||
public const string ID = 'catalog';
|
public const string ID = 'catalog';
|
||||||
public const string LABEL = 'Catalogue';
|
public const string LABEL = 'Catalogue';
|
||||||
public const bool REQUIRED = false;
|
// REQUIRED = true : Category sera FK NOT NULL côté Client (et Fournisseur,
|
||||||
|
// Prestataire). Désactiver Catalog casserait tout le métier au boot Doctrine.
|
||||||
|
// Cf. review Tristan MR #12 : « Comment on fait si le module est désactivé
|
||||||
|
// sachant que pour créer un client il est requis de sélectionner une catégorie. »
|
||||||
|
public const bool REQUIRED = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Permissions RBAC exposees par le module Catalog. Granularite alignee
|
* Permissions RBAC exposees par le module Catalog. Granularite alignee
|
||||||
|
|||||||
Reference in New Issue
Block a user