Contribution Date
Technology
Contribution Project
Contribution Details
Patch in #4 is working. We need to update the patch based on the following:
-
+++ 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"
-
+++ 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.
-
+++ 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
-
+++ b/nodequeue.install @@ -441,3 +441,16 @@ function nodequeue_update_7203() { + * @todo Inserting a 'publish_only' field.
Add description.
-
+++ b/nodequeue.install @@ -441,3 +441,16 @@ function nodequeue_update_7203() { + );
Incorrect indentation and whitespace.
-
+++ b/nodequeue.install @@ -441,3 +441,16 @@ function nodequeue_update_7203() { + 'description' => '', + 'type' => 'int', + 'size' => 'tiny', + 'default' => 0, + );
Incorrect indentation and whitespace.
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0