Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Bug page shows incomplete content

I have a Flash application that sends two files and a string of text to the plugin I'm working on. The plugin uploads the attachments and performs a Commit to a given Bug using the two attachments and the string as comment.
The Flash application waits for the response of the plugin after it completes the Commit. Then, it redirects the browser to the webpage of the Bug (the address is like "default.asp?3").
The problem I see is that sometimes an attachment is missing. Reloading the page in the browser makes it appear.
I suspect that the address is not "the best one"...

Ciao
Marco
Marco Botton Send private email
Tuesday, June 9, 2009
 
 
That address is the correct one, but perhaps your browser is caching the content of the page?  Try appending the ixBugEvent returned by CBug.Commit to the URL like this:

default.asp?3&ixBugEvent=104

and see if that helps.
David Fullerton Send private email
Tuesday, June 9, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz