Forums

CF7: Bug in Datas Conditions

Colnem 26 Aug, 2023
Chronoforms 7.0.11
NOT IN Condition missing in list editor
It's necessary to replace 'NOT' => 'NOT IN' by 'NOT IN' => 'NOT IN' in this files:
lg15,63 1) \administrator\components\com_chronoforms7\chronoforms\behaviors\functions\data_conditions\data_conditions_config.php
lg47 2) \administrator\components\com_chronoforms7\chronoforms\behaviors\functions\data_relations\rconditions.php
lg44 3) \administrator\components\com_chronoforms7\chronoforms\__shared\models\conditions.php

Database Elements: NOT LIKE operator
Error Un opérateur 'NOT LIKE' dans un SQL Where conditions bloque l'éditeur de l'élément
It's necessary to add 'NOT LIKE' operator in this files:
lg16 1) \administrator\components\com_chronoforms7\chronoforms\behaviors\functions\data_conditions\data_conditions_config.php
lg45 2) \administrator\components\com_chronoforms7\chronoforms\behaviors\functions\data_relations\rconditions.php
lg43 3) \administrator\components\com_chronoforms7\chronoforms\__shared\models\conditions.php
You need to login to be able to post a reply.