Closed (fixed)
Project:
Power Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2010 at 09:15 UTC
Updated:
25 Jun 2012 at 11:41 UTC
Profile manage screen changes order of elements on save
Comments
Comment #1
pobster commentedAha! That was one of the things lost in the HEAD -> 6--1 thing! I'll fish it out and re-commit it.
...I think Piers originally fixed it ;o)
Pobster
Comment #2
pobster commentedUmm... Maybe not then, it looks though that is still in there... Apologies, will look at it later if you don't get time today.
Pobster
Comment #3
pobster commentedDude, I can't reproduce this? Are you sure it still has this behaviour?
Pobster
Comment #4
marcus_clements commentedI think maybe it's just after using the configuration wizard. Maybe weights issue. I'll look into it later.
Comment #5
marcus_clements commentedThe Add Fields from content type function was applying weights starting at 0 and incrementing by 3. The hidden selects on the manage screen only have options from -50 to 50. May still be an issue for more than 100 field matches...
Comment #6
pobster commentedAhhhhh of course! Very clever find! Well, in theory it shouldn't matter as long as the count is plus one - the other screen should count the amount of fields and apply the correct delta. The fix should really count the db_affected_rows and negative it to be sure to always work (that's how the delta works, it counts up to zero).
Pobster
Comment #7
marcus_clements commentedComment #8
kenorb commentedComment #9
dilipvertical commentedJust apply admin theme module this issues will be solved