@@ -122,6 +122,9 @@ |
||
| 122 | 122 | |
| 123 | 123 | } |
| 124 | 124 | |
| 125 | + /** |
|
| 126 | + * @param string $className |
|
| 127 | + */ |
|
| 125 | 128 | protected function relationMembersInForm($form,$instance,$className){ |
| 126 | 129 | $relations = OrmUtils::getFieldsInRelations($className); |
| 127 | 130 | foreach ($relations as $member){ |