Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2152)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#2937 fixed GroupController.history() missing extras_as_string seanh

Reported by seanh, 20 months ago.

Description

GroupController?'s history() method doesn't pass 'extras_as_string': True in the context when it calls group_show. This means that if you have an IGroupForm plugin that is adding a custom metadata field and using convert_to/from_extras() then a field value of 'foo' will be returned as '"foo"'

Other GroupController? and PackageController? methods do pass 'extras_as_string'

#2935 fixed Make recline work with new datastore kindly kindly
#2930 fixed convert_from_extras() returns qupted strings from API seanh

Reported by seanh, 20 months ago.

Description

Use an IGroupForm plugin to add a custom metadata field to groups using convert_to_extras() and convert_from_extras(), when calling group show the value comes back quoted, e.g. '"my_value"'

Should add tests to example_igroupform and others that setting and getting the custom fields works through the action API.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.