### Eclipse Workspace Patch 1.0
#P sparkeo
Index: sites/all/modules/hierarchical_select/hierarchical_select.module
===================================================================
@@ -299,6 +299,11 @@
 
   // Retrieve and process the form.
   $form_state = &$storage['parameters'][1];
+  
+  // if the form is not displayed in the node create/edit form add a file menually.
+  if(empty($storage['file'])) {
+  	$storage['file'] = 'modules/node/node.pages.inc'; 
+  }
   if (!empty($storage['file'])) {
     require_once($storage['file']);
   }
