changing "Items to display" changes the default, and theres no override button as you normally get.

Comments

vannus’s picture

Status: Active » Needs work

removing , 'items_per_page' from mailing_label_plugin_display_attachment.inc does the trick.

however, the default should probably be 0 for unlimited, rather than the default of the view mailing label is attached to.
(actually, views bonus pack is missing a default of unlimited as well...)

acouch’s picture

Thanks. I'll test and commit this.

darrellduane’s picture

Changing line 12 in mailing_label_plugin_display_attachment.inc so that the 'items_per_page' is commented out of the array restored the Override button for me:

   if (in_array($section, array('row_options', 'row_plugin'))){   
         //  , 'items_per_page'))) {  
         // fixed per http://drupal.org/node/628898
 
bluegeek9’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.