FIX: #8081 - Redirect to Lilium from create claim #3070

Merged
jsegarra merged 8 commits from hotfix_redirect_to_lilium into master 2024-10-04 07:24:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4f9c9dbace - Show all commits

View File

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