Admin category URL link redirect admin dashboard issue how to fix this issue
Current URL: Category
Real category URL
public function getCategoryEditUrl()
{
$category=$this->_registry->registry('current_category');
return $this->backendUrl->getUrl('catalog/category/edit', ['id' => $category->getId()]);
}
above code get
this URL but real URL this
advance thanks thanks for the help.