Hi folks,
I can't seem to reproduce this in my dev environment, but our live site has
created a couple of odd FU's recently. Here is my displaySystemFU for the
relevant type:
<cfset baseURL = application.fapi.getLink(objectid =
application.fapi.getNavID("gsgEFR"))>
<cfoutput>#baseURL#/#fix(stObj.assSession)#/#numberFormat(stObj.efrNumber,"0.00")#</cfoutput>
in general, I expect the URL to be something like "/funding/31/31-06". the
first part gets set correctly, but the efrNumber is always set as "29-01".
The interesting part is that this is the default value set in the cfproperty
tag (i.e., <cfproperty name="efrNumber" default="29.01">, where I change the
value before saving. Opening up the webtop overview of the item, the
efrNumber is correctly set to "31.06", but the URL created is incorrect. It
seems like the logic is pulling the defaultFU structure, and returning. I
can't seem to reproduce it, and so don't know what the exact cause would be,
but there were changes to the FU logic: see
https://farcry.jira.com/source/browse/FC/tags/milestone-6-0-15/packages/types/farFU.cfc?hb=true#to366
I'm not quite sure where to look, since all handmade calls to farFU in that
function seem to return what I would expect. I guess I could dynamically
change the default value to the next good value, but that seems like a
little overkill.
Has anyone else seen any similar errors, or are seeing something I'm not
(I'm ready to poke my eyes out about this one...)?
Thanks,
Tomek
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry