5e263e09a1118f14427dd489e8df3ec1.png PSMList 0.4.0 PSM-040-037

Général

Ordre affichage : 35 Création : 19/06/2023 00h20
Index BL : 37 Modification : 05/07/2023 14h20
BL : PSM-040-037

Source : Aucune Soeurs : -

Dev

Fin dev :   D (Done) Ticket : -
Contrôle dev effectué : Fiche : -

C.Qualif. :   #000000
Activé : Icône FA : Par défaut

Contact : ARS - Arshellan Qualification : Nouveauté
Répartition : - Module : Keywords
Dev : ARS - Arshellan Sous module : -

Provenance : 0.4.0  New Constat : -

Début : S.25 Charge j. : -
Fin : S.25 Délai j. : -
Priorité : - Pokercard : -
Estimatif j. : -

Description : Add a very small description for all the items in keyword categories and keyword targets

Texte Commit : -

Description client : Added small descriptive fields for keyword categories and targets attributes.

Client

Fascicule : Ne pas communiquer :
Alerte Mailing :

PreP

Statut PreP :   OK - Validé Testeur : ARS - Arshellan

Discussion

ARS

Arshellan

lundi 19 juin 2023 à 12:04

/**<br/> * @ORM\Column(type="string", length=100)<br/> */<br/> private $description;

ARS

Arshellan

lundi 19 juin 2023 à 12:05

public function getDescription(): ?string {<br/> return $this->description;<br/> }<br/> public function setDescription(string $description): self {<br/> $this->description = $description;<br/> return $this;<br/> }