Hi,
This module has great potential and I am currently using the pre-release version on a production site with no problems. I now have a problem in that this latest version is incompatible with File (Field) Paths, which I depend on a great deal.
I can see that FE allows me to define paths based on the combination of file type/entity type, but that would (I assume) apply to - for example - all image fields in my "news" node. What happens if I want to have 2 image fields with the files being stored in different paths (as is possible with FFP)? It seems that this is not possible at present.
Can you confirm whether this is possible or planned yet?
Regards,
- Paul
Comments
Comment #1
szantog commentedHmm.. You are right, this is unavailable now.
And you are right, this is a trivial use case, so I will look into it soon.
Comment #2
szantog commentedAdded field support: http://drupalcode.org/project/fe_paths.git/commit/1de813b5209570e81315f0...
Please test it, and open new issue, if something is wrong. I had to write update to exisiting configurations, so update.php need to run.
Comment #3
paulbeaney commentedYet to test thoroughly, but the first problem I have found is in the config list on the "Global" tab.
1. Create new config
2. Select just one field to apply the config to (I have about a dozen available)
3. Save and return to the "Global" tab
4. The config appears, but the "settings" column list ALL the possible fields, not just the one you selected in (2)
Comment #4
paulbeaney commentedSecond problem, again in the 'Settings" column of the "Global" tab. In the example in #3 I selected file type "Image" when I created the config. This gets correctly displayed in the Settings column of the config (File types processed: image), but when I go back to edit the config, none of the file types are selected.
Comment #5
paulbeaney commentedOn a related issue: "Body" fields appear in the list of available fields. I assume this is erroneous behaviour?