Ian Ward

Results 430 comments of Ian Ward

@amercader let's fix core, including python reprs in messages for end users is worse than what we had before.

You can either override scheming's form template from a different plugin (make sure your plugin is first in the config) or you can subclass the SchemingDatasets plugin to override the...

@brew any thoughts on this? I haven't had a chance to use orgs with scheming yet

closing in favor of #345

we can add this snippet to ckanext-canada instead because it's not being used by anything in this repo

@smotornyuk thank you for offering to take a look at this. @cole-fields would you be able to add a small test that reproduces the issue?

ckan's validation lets you define these sub-schemas by specifying a dict of validators for all the sub-fields instead of a list of validators. scheming only supports the latter at the...

@metaodi does your solution only work from the API or can you accept data from a form too?

@hvwaldow very cool! I was planning to merge relatively trivial ckanext-repeating code into ckanext-scheming. Are there any changes you'd like to see to either that would help ckanext-composite do its...