Jump to content

GDPR module tab name length issue


Recommended Posts

Good day!

Thread in Russian - https://prestashop-forum.ru/index.php/topic,11275.0.html

In a nut shell, during installation, when the chosen language is not English, an error that "Tab->name is 70 chars, but should be 0 to 64" occurs.

This happens because

$this->displayName = $this->l('Official GDPR compliance');

from /modules/psgdpr/psgdpr.php sets displayName property to the Russian(in my case) text that is 70 chars long.

I can contribute either to the translation(this needs all the translation to be checked) or to code\DB structure. Need devs advice.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...