Ticket #4199: ComplexTableField-Translatable.diff
| File ComplexTableField-Translatable.diff, 611 bytes (added by cbryer, 2 years ago) |
|---|
-
C:/
old new 593 593 function AddForm($childID = null) { 594 594 $className = $this->sourceClass(); 595 595 $childData = new $className(); 596 596 if(Singleton($this->sourceClass)->hasExtension('Translatable')){ 597 $childData->Locale = $this->controller->Locale; 598 } 597 599 $fields = $this->getFieldsFor($childData); 598 600 $validator = $this->getValidatorFor($childData); 599 601
