|
|
@ -257,7 +257,6 @@ function islandora_ingest_form_next_button(array $step_info) { |
|
|
|
* The drupal form state. |
|
|
|
* The drupal form state. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function islandora_ingest_form_next_submit(array $form, array &$form_state) { |
|
|
|
function islandora_ingest_form_next_submit(array $form, array &$form_state) { |
|
|
|
dsm($form_state, 'next form_state'); |
|
|
|
|
|
|
|
$step = islandora_ingest_form_get_step_number($form_state); |
|
|
|
$step = islandora_ingest_form_get_step_number($form_state); |
|
|
|
drupal_static_reset('islandora_ingest_form_get_steps'); |
|
|
|
drupal_static_reset('islandora_ingest_form_get_steps'); |
|
|
|
islandora_ingest_form_stash_info($form_state); |
|
|
|
islandora_ingest_form_stash_info($form_state); |
|
|
@ -273,8 +272,6 @@ function islandora_ingest_form_next_submit(array $form, array &$form_state) { |
|
|
|
function islandora_ingest_form_stash_info(array &$form_state) { |
|
|
|
function islandora_ingest_form_stash_info(array &$form_state) { |
|
|
|
$storage = &islandora_ingest_form_get_step_storage($form_state); |
|
|
|
$storage = &islandora_ingest_form_get_step_storage($form_state); |
|
|
|
$storage['values'] = $form_state['values']; |
|
|
|
$storage['values'] = $form_state['values']; |
|
|
|
// XXX: Configuration is handled elsewhere. |
|
|
|
|
|
|
|
//$storage['configuration'] = $form_state['islandora']['configuration']; |
|
|
|
|
|
|
|
unset($form_state['values']); |
|
|
|
unset($form_state['values']); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|