소스 검색

fixed filtering on sub-entities for sf 2.1

Jonas Liljestrand 12 년 전
부모
커밋
fe11f07f77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Filter/Filter.php

+ 1 - 1
Filter/Filter.php

@@ -54,7 +54,7 @@ abstract class Filter implements FilterInterface
            get bound, the default dataMapper is a PropertyPathMapper).
            get bound, the default dataMapper is a PropertyPathMapper).
            So use this trick to avoid any issue.
            So use this trick to avoid any issue.
         */
         */
-        return str_replace('.', '~', $this->name);
+        return str_replace('.', '__', $this->name);
     }
     }
 
 
     /**
     /**