Patch in #4 is working. We need to update the patch based on the following:

...

Contribution Date
Technology
Contribution Project
Contribution Details

Patch in #4 is working. We need to update the patch based on the following:

  1. +++ b/includes/nodequeue.admin.inc @@ -444,6 +444,13 @@ function nodequeue_edit_queue_form($form, &$form_state, $queue) { + '#title' => t('Show Only Published Node in Autocomplete'),

    Change this to "Allow only published nodes"

  2. +++ b/includes/nodequeue.admin.inc @@ -444,6 +444,13 @@ function nodequeue_edit_queue_form($form, &$form_state, $queue) { + '#description' => t('Ordinarily queues are Showing all nodes, But when you check this then it will show only published node in Autocomplete.'),

    I think we don't require this. The new title itself tells it's purpose.

  3. +++ b/includes/nodequeue.admin.inc @@ -444,6 +444,13 @@ function nodequeue_edit_queue_form($form, &$form_state, $queue) { + '#title' => t('Show Only Published Node in Autocomplete'),

    Incorrect capitalization

  4. +++ b/nodequeue.install @@ -441,3 +441,16 @@ function nodequeue_update_7203() { + * @todo Inserting a 'publish_only' field.

    Add description.

  5. +++ b/nodequeue.install @@ -441,3 +441,16 @@ function nodequeue_update_7203() { + );

    Incorrect indentation and whitespace.

  6. +++ b/nodequeue.install @@ -441,3 +441,16 @@ function nodequeue_update_7203() { + 'description' => '', + 'type' => 'int', + 'size' => 'tiny', + 'default' => 0, + );

    Incorrect indentation and whitespace.

Contribution Author
Files count
0
Patches count
0