1

Can I edit the name of the "Undecided" milestone via the database (table: FixFor) or will it break something? I'm guessing the FogBugz code doesn't key off the text description, but that doesn't explain why the name isn't editable.

flag

2 Answers

3

The value you see in the FixFor table is just the current string used. If you change the site language setting, that value will be replaced with the localized value from the code. You can change the values it uses there and rebuild fogbugz:

  1. Edit src-Website/res/lang.xml with Excel
  2. Save and rebuild fogbugz by running fogbugz/build.bat

See also this post about adding a language to fogbugz.

link|flag
3

This is fine for people who own the software, but how about On-Demand users?

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.