We’ve extended the dmNews object to have some additional fields. We’ve also set it up so that the object is at it’s own unique fu path. We’re finding that when we try to edit from the webtop and assign a teaser image, clicking on “page 2” of the pagination results in the modal box jumping to display the home page.
I’d looked at my http traffic on my machine and it seems like this is pretty interesting:
Status 200: /index.cfm?type=dmNewsFrance&objectid=9B425FB0-9AB3-11E5-ADF60050569A4B6C&view=webtopPageModal&bodyview=displayLibraryTabs&property=teaserImage&fieldname=fc9B425FB09AB311E5ADF60050569A4B6CteaserImage&dialogID=fcModal&page=2
Status 301: /news/fr/9B425FB0-9AB3-11E5-ADF60050569A4B6C/displayLibrary/ajaxmode/true/property/teaserImage/filterTypename/dmImage
Status 200: /news-and-resources/fr/9B425FB0-9AB3-11E5-ADF60050569A4B6C/displayLibrary/ajaxmode/true/property/teaserImage/filterTypename/dmImage/fr/9B425FB0-9AB3-11E5-ADF60050569A4B6C/displayLibrary/ajaxmode/true/property/teaserImage/filterTypename
I had a custom displayLibrary.cfm file set up, but I’ve removed it now. It seems like this is somehow related to the fuAlias on the content object being “news/fr” and the system not resolving that properly. I’ve looked in the farFU table and I do see objects that have the correct URLs and they seem to resolve properly… So, I’m a little stumped on what to try next.