/**
  * Return component referer url
  * TODO: Technical dept referer url should be implement as a part of Action configuration in in appropriate way
  *
  * @return null|string
  */
 protected function getComponentRefererUrl()
 {
     return $this->filter->getComponentRefererUrl() ?: 'sales/*/';
 }
 /**
  * Return component referer url
  * TODO: Technical dept referer url should be implement as a part of Action configuration in in appropriate way
  *
  * @return null|string
  */
 protected function getComponentRefererUrl()
 {
     return $this->filter->getComponentRefererUrl() ?: 'customer/*/index';
 }