Closed (fixed)
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2011 at 08:23 UTC
Updated:
11 Apr 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedUpping this to a bug, as the implementation in Features is broken:
1. Start typing a module name
2. Click to edit the machine name yourself
3. Enter your own machine name
4. Go back and change the module name
5. The JS clobbers what you typed in the machine name with the updated human name text.
This is not the same behaviour as core's element.
Comment #2
joachim commentedHere's a patch.
(This also takes care of #1331886: don't disable machine name in rebuild form -- it prevents renaming of features BTW.)
Comment #3
mpotter commentedLet's see if we can get this re-rolled and tested for the 2.x branch.
Comment #4
mpotter commentedComment #6
undertext commentedReroll
Comment #7
joachim commentedLooks good to me, though as it was originally my patch I don't think I can RTBC...
Comment #8
torotil commentedPatch looks good and it works fine for me. Used this to fix a weird bug with the machine-name field always being submitted empty (although it had a valid value).
Comment #10
hefox commentedThanks