Closed (fixed)
Project:
File Entity Paths
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2012 at 08:58 UTC
Updated:
22 Oct 2012 at 05:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
szantog commentedAs I know, this is fixed in latest dev, can't reproduce now. Did you run update.php?
Comment #2
paulbeaney commentedStrange this: in config.jpg you can see the config I have, with Image type clearly selected. If I click edit, I get what you see in edit.jpg - nothing is selected. If I save the config without touching any of the values, the Image type gets retained (!?) However, if I change the content type to, say, 'Audio', the change DOES get saved.
I did run update.php and my system table is showing this module as being at update 7002.
Any ideas??
Comment #3
paulbeaney commentedForget the images in #2...
Comment #4
tinker commentedI have checked and this is a bug in alpha2 and dev. I have attached a patch made on dev but should work for both as its a one line change and on the same line.
Comment #5
szantog commentedHmm.. This was fixed, but became wrong again.. Added test to check it.
@tinker: this path is inverz, the correct code on this line is:
Commited: http://drupalcode.org/project/fe_paths.git/commit/d7164af32a7c17a93dda5c...
Comment #6
tinker commentedHey thx for the fast commit. Yep got my head and working branches reversed. Sorry about that.