##// END OF EJS Templates
Removed the "Move" button for single issue since it can be moved from the reguler update form....
Removed the "Move" button for single issue since it can be moved from the reguler update form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8533 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r8413:14267311aac6
Show More
document_category_exemplar.rb
5 lines | 139 B | text/x-ruby | RubyLexer
/ test / exemplars / document_category_exemplar.rb
class DocumentCategory < Enumeration
generator_for :name, :start => 'DocumentCategory0'
generator_for :type => 'DocumentCategory'
end