Browse Source

fix #1119

jqh 4 years ago
parent
commit
9f216506cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Grid/Actions/QuickEdit.php

+ 1 - 1
src/Grid/Actions/QuickEdit.php

@@ -32,7 +32,7 @@ class QuickEdit extends RowAction
             ->success('Dcat.reload()');
 
         $this->setHtmlAttribute([
-            'data-url' => "{$this->resource()}/{$this->getKey()}/edit",
+            'data-url' => $this->parent->getEditUrl($this->getKey()),
         ]);
 
         return parent::render();