Plugin Developer DiscussionDiscussion for FogBugz Plugin developers |
||
Hello, its me again :).
We managed to push the plugin development and do some tests but now I have a small problem :P and is that we get an error about permissions when people tries to access a bug. try this link: http://intra.unity3d.com/fogbugz/default.asp?312570_perr4b20 It suggests that the error is at BugDisplayViewLeft. and here is the function: http://pastie.org/785422 Can anyone please give me an insight on how to change the "permissions" so everyone can see it? :) Really appreciated :) Juan
I also know that this has to be with
https://developers.fogbugz.com/default.asp?W128 But the problem is that I'm not sure where should I put the IgnorePermissions in that method... as it receives an array of bugs... Or should I set all the permissions of th array to true?, and if yes, where should I do it>?
Hi Juan-
First, let me apologize for the delay in getting back to you. You will want to set the IgnorePermissions on each bug in rgbug first thing, because everything else in the function is predicated on being able to see privacy-controlled fields of bug. Does that answer your question? Thanks! Brett |
Powered by FogBugz