Ian Ward
Ian Ward
I mean we either need to enforce required in the scheming_multiple_choice validator or add a new validator afterwards that will fail on empty lists when required=True.
I think the best way to do that is by adding a JS resource to the resource form and use it to clear and hide other specific fields based on...
no but it could be done in a separate plugin. The trouble with putting it into scheming is it's hard to know how to clear custom form fields, but the...
scheming does use the same extras fields to store additional dataset fields, so if you've loaded your data without a schema then enabled scheming your value should appear in the...
Yes, one problem is that sometimes fields defined in scheming need to change the solr schema. At the moment the best option is to customize schema.xml and before_index by hand....
@jqnatividad Yes! Absolutely! Do you have any time to help with this? I really want this feature but at least for my sites I need to customize the solr schema...
@TkTech you talked about working on this last week
sounds awesome! Are you thinking of grouping the edit form the same way? "group" is pretty overloaded in ckan though, how about "display group" or "field group" or something just...
@howff until #203 is complete you can always override the `scheming/package/snippets/additional_info.html` template to display fields grouped any way you like in your theme extension.
I took the required grouping out of #203 to try to keep the changes on that branch smaller. I'd like to see grouping as an optional feature, but it can...