Bug 88188

Summary: Published item index page lacks ML qualifiers
Product: [Retired] Red Hat Enterprise CMS Reporter: Jon Orris <jorris>
Component: otherAssignee: Justin Ross <jross>
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightlyCC: ccm-bugs-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-24 15:25:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 87722    

Description Jon Orris 2003-04-07 14:19:22 UTC
Description of problem:

Published items don't have any extensions for the specific language instance.
As the code stands now, it expects something like .en, .fr, .dr, etc at the end
of the url to dispatch to the correct language instance.

All the published item links lack this, so if you have both an english & french
version of a CI, two unqualified links will show up. They will dispatch to the
default language instance.

Comment 1 Justin Ross 2003-04-10 15:16:22 UTC
Fixed in perforce change 29683.  MultilingualItemResolver.generateItemURL now
uses the passed in item's language code to generate a lang-qualified URL.