improved tenant identification
This commit is contained in:
@ -31,6 +31,8 @@ class Suggestions
|
||||
return;
|
||||
}
|
||||
|
||||
$path = str_replace('{company_id}/', '', $path);
|
||||
|
||||
if (!$suggestions = $this->getSuggestions($path)) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user