| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
accepts name or code for finding the field. Useful for checking for
individual open311 fields that don't have a value.
|
| |
|
|
|
|
| |
For updating/removing an extra field.
|
|
|
|
| |
Allows easy display of Open311 field values for problems in templates
|
|
|
|
| |
Allow get_extra_metadata to return all the data with no argument.
|
|
|
|
| |
And create default cobrand class without all of Moose.
|
|
Historically, the extra field has been used in two different ways by
different cobrands, both as a list (e.g. Open311 category fields) and a
hash (e.g. the Zurich cobrand).
This commit consolidates usage, adding an API to make use of the field
easier and always returning a hash for the code to use. Fixes #1018.
|