Changeset 7179
- Timestamp:
- 01/25/08 12:07:12 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_json_autocomplete_td.php
r7164 r7179 46 46 list($relatedTableName, $relatedColumnName) = explode('/', $checkName, 2); 47 47 48 // skip foreign related fields 49 if (false !== strpos($relatedColumnName, '/')) continue; 50 51 // check if hidden 48 52 if (in_array($checkName, $hs)) continue; 49 53 50 54 $credentials = $this->getParameterValue('list.fields.'.$checkName.'.credentials'); 51 55 ?>