Closed (fixed)
Project:
Project issue tracking
Version:
5.x-2.x-dev
Component:
Issues
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2007 at 14:19 UTC
Updated:
12 Nov 2007 at 22:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwConfirmed. Agree this should be fixed. While reproducing this, I noticed another bug: http://drupal.org/node/185875 -- it's possible the cause is related to this, but I think that's actually a separate bug so I submitted a new issue for it.
Comment #2
dwwOh, and since this is a regression from pre-IFAC, and useful functionality, I'm changing the category and priority of this issue...
Comment #3
hunmonk commentedi am unable to reproduce this bug, both on a local dev install, and on project.drupal.org -- the metadata table is displaying just fine in previews for me. can you guys include some exact steps to reproduce??
Comment #4
dww@hunmonk: you have to change the issue's project, let the JS fire, and try to preview... for example:
- Start at http://project.drupal.org/node/42232
- Down under "edit issue settings" in the "project info" fieldset, change "Project" to "Project issue tracking"
- Watch JS update version and components lists (and note that "5.x-1.x-dev" is selected as the version).
- Press preview once and witness http://drupal.org/node/185875
- Select "5.x-1.x-dev" again as the version and press preview once more
- Witness that the version is displayed in the comment preview metadata table, but not the change from "project" to "project issue tracking".
(please don't actually post your comment, so that others can use these identical instructions to keep reproducing it until the bug is solved).
Comment #5
hunmonk commentedthis is a problem with the project_issue js, not the metadata previews of comments.
duplicate of http://drupal.org/node/185875
Comment #6
dwwThis is the earlier issue, and describes both of the symptoms, let's solve it here.
Comment #7
hunmonk commentedah, ok -- now i see. this does look like the correct place to handle this.
this is a result of the mess of collisions. not node collisions as usual, but form element collisions. we had to tree the project_info fieldset, b/c pid was colliding w/ comment module's pid. this was never properly fixed in the corresponding js.
so attached does the following:
Comment #8
dwwYou explaination makes sense, code looks fine, and the patch works correctly via local testing. Ship it! ;) Thanks.
Comment #9
hunmonk commentedfixed in HEAD.
Comment #10
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.