Skip to content

Commit

Permalink
Merge pull request #11 from lopes-vincent/master
Browse files Browse the repository at this point in the history
Add fix for Thelia 2.4
  • Loading branch information
gillesbourgeat committed Feb 5, 2019
2 parents 75c5ffc + f82e1b2 commit f370cbb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Config/module.xml
Expand Up @@ -16,7 +16,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>1.3.0</version>
<version>1.3.1</version>
<author>
<name>Gilles Bourgeat</name>
<email>gilles.bourgeat@gmail.com</email>
Expand Down
2 changes: 1 addition & 1 deletion I18n/backOffice/default/fr_FR.php
Expand Up @@ -50,7 +50,7 @@
'Slug' => 'Slug',
'Step applied to the input field' => 'Etape appliquée sur le champ',
'The data of the form have been modified, do not forget to validate these modifications !!!' => 'Les données du formulaire ont été modifiées, n\'oubliez pas de valider ces modifications !!!',
'The data of the form have been modified, if you continue without having validate your modifications all will be lost. Continue ?' => 'The data of the form have been modified, if you continue without having validate your modifications all will be lost. Continue ?\' => \'Les données du formulaire ont été modifiées, si vous continuez sans avoir valider vos modification tout sera perdu. Continuer ?',
'The data of the form have been modified, if you continue without having validate your modifications all will be lost. Continue ?' => 'Les données du formulaire ont été modifiées, si vous continuez sans avoir valider vos modification tout sera perdu. Continuer ?',
'The values will be unique for each language' => 'Les valeurs sont uniques par langue',
'Title' => 'Titre',
'To ask for help' => 'Pour demander de l\'aide',
Expand Down
2 changes: 0 additions & 2 deletions Loop/AttributeTypeLoop.php
Expand Up @@ -124,8 +124,6 @@ public function buildModelCriteria()
null,
\PDO::PARAM_INT
);

$query->addJoinObject($join);
}

foreach ($this->getOrder() as $order) {
Expand Down
Expand Up @@ -167,7 +167,6 @@
{/form_field}
</div>
</div>
</div>

{hook name="attribute-type.form-bottom" attribute_type_id=$attribute_type_id}

Expand Down

0 comments on commit f370cbb

Please sign in to comment.