Strange OpenURL behaviour

Strange OpenURL behaviour

Hi,

I am getting strange behaviour with an openurl statement.  I can recreate this at will 

If I log in a fresh to the creator dashboard and choose my app I get presented with the first form (stateless) no problem, on the first form I choose a record from a drop down,again no problem. I then use a button which uses the open url to view the detail of the record chosen.


The openurl format is 

openUrl("../appname/#Form:Sensor_Codes?Ref=" + input.DDRef, "Same window");  Where DDRef is the reference of the the record I wish to view.  This all used to work fine but more recently when I click on the button I am sent back to the dashboard with the URL in the address bar showing as 

https://creator.zoho.com/dashboard#Form:Sensor_Codes?Ref=129

If I go in via the edit app button and then use the 'Access This Application' everything works as should.

I think this became an issue at the point the New UI environment became live but I cannot be sure.

I have tried the full path i.e. openUrl("http://creator.zho.com/appname/#Form:Sensor_Codes?Ref=" + input.DDRef, "Same window");   But had the same issue.

Any body have any ideas what has changed.


Gordon