[rt-users] CF dependencies? Hide some CFs unless another CF has a certain value?

2012-03-27 Thread Jeff Blaine
Before I dive into this any further than my current implementation already is, I figured I'd ask: Is there any way to hide and show CFs depending on the value of another CF? We only want an additional list of CFs shown if a certain CF (the control CF) has a certain value. if CF foo has value

Re: [rt-users] CF dependencies? Hide some CFs unless another CF has a certain value?

2012-03-27 Thread Ruslan Zakirov
On Tue, Mar 27, 2012 at 23:16, Jeff Blaine jbla...@kickflop.net wrote: Before I dive into this any further than my current implementation already is, I figured I'd ask: Is there any way to hide and show CFs depending on the value of another CF? We only want an additional list of CFs shown

Re: [rt-users] CF dependencies? Hide some CFs unless another CF has a certain value?

2012-03-27 Thread Jeff Blaine
On 3/27/2012 5:05 PM, Ruslan Zakirov wrote: if CF foo has value YES Show CF X, Y, and Z else Do not show CF X, Y, and Z Use custom java script for that. That would be nice. I'm not sure how one would go about that given that the CF table row ids are sequentially named on the

Re: [rt-users] CF dependencies? Hide some CFs unless another CF has a certain value?

2012-03-27 Thread Ruslan Zakirov
On Wed, Mar 28, 2012 at 01:34, Jeff Blaine jbla...@kickflop.net wrote: On 3/27/2012 5:05 PM, Ruslan Zakirov wrote: if CF foo has value YES    Show CF X, Y, and Z else    Do not show CF X, Y, and Z Use custom java script for that. That would be nice. I'm not sure how one would go