Projekt

Allgemein

Profil

GX-Task #70124

Von Alexandre Ataides vor mehr als 1 Jahr aktualisiert

Der Datentyp varchar(255) ist für einzelne Beschreibungen nicht ausreichend, da die Texte z.T. länger sein müssen als 255 Zeichen, um rechtlichen Vorgaben zu entsprechen. Es sollte daher ein Datentyp mit einer höheren Kapazität gewählt werden. 

 ------------------ 

 The data typ varchar(255) ist not sufficient, since individual descriptions have to be longer than 255 characters to conform to legal specifications. Therefor a data type with a higher capacity should be selected. 



 How to test: 
 1. Install a fresh shop or run the `gambio_updater` forcing the version to v4.7.1.1 
 1. Go to `Admin > Modules` and activate the Cookie Consent Module 
 1. After it is installed, edit the Cookie Consent module and go to the `Purposes` tab 
 1. Create a new purpose with a big description text and hit save 
 1. Call the Shop page and check if the text is being displayed

Zurück