Skip to content

Commit

Permalink
[Admin] Bugfix redirection to config instead of maps
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Feb 18, 2025
1 parent 4881bf0 commit b3a1371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/modules/admin/controllers/maps.classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ public function validateSection()
/** @var jResponseRedirect $rep */
$rep = $this->getResponse('redirect');
// undefined form : redirect
$rep->action = 'admin~config:index';
$rep->action = 'admin~maps:index';

return $rep;
}
Expand Down

0 comments on commit b3a1371

Please sign in to comment.