##// END OF EJS Templates
Render custom values of enumeration objects in API requests (#22795)....
Jean-Philippe Lang -
r15430:fa2f59815091
parent child
Show More
@@ -1,9 +1,10
1 1 api.array @klass.name.underscore.pluralize do
2 2 @enumerations.each do |enumeration|
3 3 api.__send__ @klass.name.underscore do
4 4 api.id enumeration.id
5 5 api.name enumeration.name
6 6 api.is_default enumeration.is_default
7 render_api_custom_values enumeration.visible_custom_field_values, api
7 8 end
8 9 end
9 10 end
General Comments 0
You need to be logged in to leave comments. Login now