Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: conversations-0.1.0
-
Fix Version/s: conversations-0.1.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
There are some subtle changes in the implementation of PageRenderRequestParameters.getLogicalPageName() which in T5.2 return the page name preserving the case unlike in T5.1 where it's lowercased. I'll fix it so I'll lowercase on both ends but likely will remove it in a future conversations 0.2.x version that'll be backwards incompatible. Work estimate is high as I'll implement some integration tests as part of the issue.