Just working on a VBO + Views Bulk Edit site.

There are features in VBO 3.x-dev that I need for my site. However Views Bulk Edit's composer.json has a hard depenency against "~1.0 | ~2.0":

  "require": {
    "drupal/views_bulk_operations": "~1.0 | ~2.0"
  },

I've done some preliminary testing (hacking in VBE 2.x-dev against VBO 3.x-dev) and everything appears to work well. But it would be ideal if it would be an accepted configuration for composer, even if only for dev.

I'm not sure what the protocol is here. Does VBO need an alpha release before VBE can consider permitting it as a requirement?

Also not sure what that new requirement should look like, or I'd whip up a quick patch.

CommentFileSizeAuthor
#2 views_bulk_edit-3035139-2.patch327 bytesgraber

Comments

TrevorBradley created an issue. See original summary.

graber’s picture

Status: Active » Needs review
StatusFileSize
new327 bytes
trevorbradley’s picture

Status: Needs review » Reviewed & tested by the community

Just tested this - Looks good to me!

  • Graber committed ded4f43 on 8.x-2.x
    Issue #3035139 by Graber, TrevorBradley: Allow use of Views Bulk...
graber’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.