fix: hotfix redirect #3068

Merged
carlossa merged 1 commits from hotfix-redirectID into master 2024-10-03 12:38:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 90311b047d - Show all commits

View File

@ -74,7 +74,7 @@ export default class App {
newRoute = newRoute.concat(`?table=${tableValue}`); newRoute = newRoute.concat(`?table=${tableValue}`);
} }
if (this.logger.$params.id) if (this.logger.$params.id && newRoute.indexOf(this.logger.$params.id) < 0)
newRoute = newRoute.concat(`${this.logger.$params.id}`); newRoute = newRoute.concat(`${this.logger.$params.id}`);
return this.logger.$http.get('Urls/findOne', {filter}) return this.logger.$http.get('Urls/findOne', {filter})