Bugzilla:Extension Notes: Difference between revisions

(Created page with "==Adding New Fields To Bugs== To add new fields to a bug, you need to do the following: * Add an <tt>install_update_db</tt> hook to add the fields by calling <tt>Bugzilla::Fiel...")
 
Line 29: Line 29:
     return $_[0]->{'is_foopy'};
     return $_[0]->{'is_foopy'};
  }
  }
* You don't have to change <tt>Bugzilla/DB/Schema.pm</tt>.


==Adding New Fields To Other Things==
==Adding New Fields To Other Things==
Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925

edits