 Issue 29495555:
  Fixes 5343 - add global function: get_canonical_url  (Closed)
    
  
    Issue 29495555:
  Fixes 5343 - add global function: get_canonical_url  (Closed) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 foo_url = https://acme.com/en/foo | 1 global_canonical_url = https://acme.com/global | 
| 2 foo_de_url = https://acme.com/de/foo | 2 | 
| 3 foo_canonical_url = https://acme.com/foo | 3 # 'filter' is default page name for the test website, so we check that the | 
| 4 # link would not include the page name itself. | |
| 5 filter_canonical_url = https://acme.com/ | |
| LEFT | RIGHT |