Skip to content

Commit 56ae30d

Browse files
authored
Merge pull request #10 from mauthi/master
Fixes button route rewriting after it was previously computed
2 parents 8cff85a + 36129be commit 56ae30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Classes/Template/Builders/Buttons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private function computeRoute($button, $type)
6363
return true;
6464
}
6565

66-
$button->route = $this->template->routePrefix.'.'.$button->routeSuffix;
66+
$button->route = $route;
6767

6868
return true;
6969
}

0 commit comments

Comments
 (0)