Needs review
Project:
Media Mover
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2010 at 05:16 UTC
Updated:
17 May 2011 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
chrisshattuck commentedPatch attached
Comment #2
chrisshattuck commentedNote that this also includes the previous 'clone' fix.
Comment #3
arthurf commentedIn theory I want to accept this patch, however, the whole form building process for the add configuration form has to be rebuilt using #tree- because of this I don't want to accept the form bits of this patch until that is dealt with. From my testing thus far, I don't think it should be a huge issue to do so, but I don't want to write any more code that relies on the old way of form. Sorry to be a pain, but I want to try to get these big pieces cleaned up first.
Comment #4
chrisshattuck commentedNo problem, here's a patch without any of the form fixes. It:
- Adds configuration info to the media_mover_step class when cid is present
- Removes 'required' for description on configuration edit form
Comment #5
chrisshattuck commentedComment #6
arthurf commentedApplied the changes to the step class. Did not apply the UI changes as I'd like to work out the form issues there before patching the existing (wrong) code.
Comment #7
delykj commentedChanged version.
Comment #8
darrick commentedThis all seems to be in the current code. The only thing not proper is the renumbering of the steps. I.e. if I have step 1,2,3 and delete step 2 then I'm left with step 1,3. I.e. step 3 isn't renumbered to step 2.