/**
  * Preserve the section/series ID for internal listbuilder requests.
  * @see GridHandler::getRequestArgs
  */
 function getRequestArgs()
 {
     $args = parent::getRequestArgs();
     $args['sectionId'] = $this->getSectionId();
     return $args;
 }