Files
@ 8173b0cfe9bd
Branch filter:
Location: kallithea/.travis.yml
8173b0cfe9bd
840 B
text/x-yaml
settings: simplify handling of form values for hooks and extensions
This makes simpler to follow the code path and search for input input field
names. The form field names are hardcoded in the template, so generating them
programmatically in the controller do not really add any flexibility.
This makes simpler to follow the code path and search for input input field
names. The form field names are hardcoded in the template, so generating them
programmatically in the controller do not really add any flexibility.