소스 검색

remove debugging code

Thomas Rabaix 11 년 전
부모
커밋
851a874a21
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Resources/views/CRUD/base_list.html.twig

+ 3 - 3
Resources/views/CRUD/base_list.html.twig

@@ -173,9 +173,9 @@ file that was distributed with this source code.
                     <a class="btn" href="{{ admin.generateUrl('list', {filters: 'reset'}) }}">{{ 'link_reset_filter'|trans({}, 'SonataAdminBundle') }}</a>
                 </div>
 
-                {#{% for paramKey, paramValue in admin.persistentParameters %}#}
-                    {#<input type="hidden" name="{{ paramKey }}" value="{{ paramValue }}" />#}
-                {#{% endfor %}#}
+                {% for paramKey, paramValue in admin.persistentParameters %}
+                    <input type="hidden" name="{{ paramKey }}" value="{{ paramValue }}" />
+                {% endfor %}
             </fieldset>
         </form>
     {% endif %}