diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-10-10 22:18:35 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-10-10 23:46:23 +0100 |
| commit | d72b284a0846ca045e548a1c77ad11813bcbab92 (patch) | |
| tree | c78962f625387d5690001276a686412b43655dd1 /resources/views/edit/paste-fact-row.phtml | |
| parent | 2d49f7de3b1ce9163abdb1271bf1de85850457d4 (diff) | |
| download | webtrees-d72b284a0846ca045e548a1c77ad11813bcbab92.tar.gz webtrees-d72b284a0846ca045e548a1c77ad11813bcbab92.tar.bz2 webtrees-d72b284a0846ca045e548a1c77ad11813bcbab92.zip | |
Working on routing
Diffstat (limited to 'resources/views/edit/paste-fact-row.phtml')
| -rw-r--r-- | resources/views/edit/paste-fact-row.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/edit/paste-fact-row.phtml b/resources/views/edit/paste-fact-row.phtml index 83c76c14e7..7ef529d598 100644 --- a/resources/views/edit/paste-fact-row.phtml +++ b/resources/views/edit/paste-fact-row.phtml @@ -8,7 +8,7 @@ </label> </th> <td> - <form method="post" action="<?= route('paste-fact', ['ged' => $record->tree()->name(), 'xref' => $record->xref()]) ?>"> + <form method="post" action="<?= route('paste-fact', ['tree' => $record->tree()->name(), 'xref' => $record->xref()]) ?>"> <?= csrf_field() ?> <div class="input-group"> <select class="custom-select" id="paste-fact" name="fact_id"> |
