Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Added link of tour on steps view URL
Browse files Browse the repository at this point in the history
  • Loading branch information
khu5h1 committed Aug 18, 2022
1 parent 36bfc29 commit 8e96dab
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -33,6 +33,7 @@
$saveOrder = $listOrder == 'a.ordering';
$section = null;
$mode = false;
$tour_id = $this->state->get('tour_id');

if ($saveOrder && !empty($this->items)) {
$saveOrderingUrl = 'index.php?option=com_guidedtours&step=steps.saveOrderAjax&tmpl=component&' .
Expand All @@ -41,7 +42,7 @@
}
?>

<form action="<?php echo Route::_('index.php?option=com_guidedtours&view=steps'); ?>"
<form action="<?php echo Route::_('index.php?option=com_guidedtours&view=steps&tour_id=' . $tour_id); ?>"
method="post" name="adminForm" id="adminForm">
<div id="j-main-container" class="j-main-container">
<?php
Expand Down

0 comments on commit 8e96dab

Please sign in to comment.