Last seen: 6 Fév PM 22:022
Okay i found, should be added 'trim()': if ($this->done and ! trim($this->idResultsType)) It works !
The problem is in this condition : if ($this->done and ! $this->idResultsType) Because i think i copy that : if ($this->done and ! ...
If field is not required, just remove "required" Is true :S
Okay, i can change now attribute of my field in __construct ;D But now, i use attribute "nobr" because my textfield isn't required. But nobr hide t...
Where i can replace this code to change $_fieldsAttributes ? because if : $this->idMilestoneType == 23 in $_fieldsAttributes=array( "re...
It will take a long time to rename all one by one in sources :S
Hello, I think I have any solution : $w = (date('W', strtotime ($dateValue))); $m = (date('m', strtotime ($dateValue))); if($w == 1 &...
Ok i understand ! Thx 😉
I have add in lang.js trad of YES and NO. It works! ;D Thx babynus. Probably I will come later to other problems 🙂
I think there must be a link with displayYes: "Oui" in lang.js
So, i have add idle (DB and class Clarety) and now i see my combo with : [Yes] [No]