• Vincent Pelletier's avatar
    _redirectToOriginalForm · 85850704
    Vincent Pelletier authored
     Deprecate query_string parameter.
      New correct way is to provide the parameter in their "native" format, in the request.
      This allows more flexible filtering of parameters.
     Grab dialog_id if present, to fix relation string field listbox redirecting to object view when changing page.
    firstPage
    lastPage
    nextPage
    previousPage
    setPage
     Make list_selection_name a mandatory parameter, because walling those functions without it has no meaning and must never happen.
     Save one selection edition by changing the page using html parameter to the listbox (so it's only edited by the listbox rendering code, not before the redirection).
    
    
    
    git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11183 20353a03-c40f-0410-a6d1-a30d3c3de9de
    85850704
SelectionTool.py 55.2 KB