Closed (fixed)
Project:
Project
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2011 at 00:38 UTC
Updated:
2 Mar 2011 at 22:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
danillonunes commentedThis patch seems to fix the bug.
-- Edit: Oh, and I move the javascript function out of the
if (project_use_taxonomy()) { }too, since the sandbox behavior looks to be not taxonomy-related.Comment #2
dave reidComment #3
dwwNot quite. There was another call to drupal_add_js() to send down a setting that was used by the sandbox JS logic which also needed to be moved. Fixed that, cleaned up the code comments and code style, and committed to HEAD: http://drupal.org/cvs?commit=501310
Thanks!
-Derek