5e263e09a1118f14427dd489e8df3ec1.png PSMList 0.4.0 PSM-040-012

Général

Ordre affichage : 11 Création : 03/05/2023 23h41
Index BL : 12 Modification : 20/06/2023 22h04
BL : PSM-040-012

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 : Correction
Répartition : - Module : Keywords
Dev : ARS - Arshellan Sous module : New

Provenance : 0.4.0  New Constat : -

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

Description : Missing slugname creation on the keyword creator (admin side)

Texte Commit : -

Description client : Started working on the custom keyword forms.

Client

Fascicule : Ne pas communiquer :
Alerte Mailing :

PreP

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

Discussion

ARS

Arshellan

mardi 20 juin 2023 à 11:19

in keywordController:<br/><br/>line 103 : in the prototype<br/>GenericServiceTools $gst, <br/><br/><br/>line 115 :<br/>$obj->setCustom(true);<br/><br/><br/><br/>line 125:<br/>$obj->setFromwizkids(!$obj->getCustom());<br/>$obj->setSlugname($gst->random_safe_str(15));

ARS

Arshellan

mardi 20 juin 2023 à 11:20

in keywordAddType : line 55<br/>replace the isfromwizkids by this<br/><br/>->add('custom', CheckboxType::class, [<br/> 'label' => 'Non-official keyword : ',<br/> 'required' => false,<br/> ])