Currently:
File scheme settings for available schemes are on the field settings form and then the options are presented on the widget form which can be selected differently per upload.
Proposed change:
Revert this functionality back to the default file field method which sets a single file scheme per field. Using this approach, multiple schemes can still be supported by simply creating new fields for the other schemes.
Does anyone see the need to keep the current scheme options at the widget level?
Comments
Comment #1
recrit commentedThe field settings have been revamped per commit: http://drupalcode.org/project/commerce_file.git/commitdiff/19a3757
The file scheme settings are now the same as Drupal core's file field - on field settings only, not at the widget level. If you have existing fields, you will need to run update.php for the field settings to be updated.
Comment #2
recrit commentedminor tweak to better set the default field scheme based on old settings... http://drupalcode.org/project/commerce_file.git/commitdiff/aac8081