2009/8/24 Thomas Bächler <[email protected]>: > Dusty Phillips schrieb: >> >> This was more trouble than expected because some idiot had made the >> Fellows and Developers templates all generic and I had to separate >> them a bit. However, it is done. I ended up going the the Roles test >> because I was too lazy to figure out how to design the repos query. I >> noticed Xyne did not have his Roles set to Trusted User, so I have >> edited that, I'm not sure if there are other TUs or not. > > Why don't you just make a flag in the database that says where they belong? > IMO, that's better than some magic string-matching.
It would make sense to make the Roles field into a drop-down list by putting choices on the model, but I did the quickest fix available. Patches always welcome. Dusty

