##// END OF EJS Templates
Do not hide estimated_hours when field is not disabled (#24015)....
Do not hide estimated_hours when field is not disabled (#24015). git-svn-id: http://svn.redmine.org/redmine/trunk@15906 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15430:fa2f59815091
r15524:7154c6f598cb
Show More
index.api.rsb
10 lines | 325 B | text/plain | TextLexer
api.array @klass.name.underscore.pluralize do
@enumerations.each do |enumeration|
api.__send__ @klass.name.underscore do
api.id enumeration.id
api.name enumeration.name
api.is_default enumeration.is_default
render_api_custom_values enumeration.visible_custom_field_values, api
end
end
end