##// END OF EJS Templates
Option for long text custom fields to be displayed under the description field (#21705)....
Option for long text custom fields to be displayed under the description field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13053:7e7ac5340a28
r15869:b40d66f39fa8
Show More
index.api.rsb
11 lines | 281 B | text/plain | TextLexer
Jean-Philippe Lang
REST Api for Groups (#8981)....
r9575 api.array :groups do
@groups.each do |group|
api.group do
api.id group.id
api.name group.lastname
Jean-Philippe Lang
Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976)....
r13053 api.builtin group.builtin_type if group.builtin_type
Jean-Philippe Lang
REST Api for Groups (#8981)....
r9575
render_api_custom_values group.visible_custom_field_values, api
end
end
end