as stated in the introduction the 8.2 version of VBE require VBO 8.1 x

however composer alert as below

Problem 1
- Conclusion: remove drupal/views_bulk_operations 1.x-dev
- Conclusion: don't install drupal/views_bulk_operations 1.x-dev
- Conclusion: don't install drupal/views_bulk_operations 1.x-dev
- drupal/views_bulk_edit 2.x-dev requires drupal/views_bulk_operations ~2.0 -> satisfiable by drupal/views_bulk_operations[2.x-dev].
- drupal/views_bulk_edit 2.x-dev requires drupal/views_bulk_operations ~2.0 -> satisfiable by drupal/views_bulk_operations[2.x-dev].
- Can only install one of: drupal/views_bulk_operations[2.x-dev, 1.x-dev].
- Can only install one of: drupal/views_bulk_operations[2.x-dev, 1.x-dev].
- Installation request for drupal/views_bulk_operations 1.x-dev -> satisfiable by drupal/views_bulk_operations[1.x-dev].
- Installation request for drupal/views_bulk_edit 2.x-dev -> satisfiable by drupal/views_bulk_edit[2.x-dev].

Comments

sealionking created an issue. See original summary.

sealionking’s picture

change to composer require 'drupal/views_bulk_edit:^2.0'

it is ok with VBO 8-1.x

but no UI show up

sealionking’s picture

dont know where and how to use it

graber’s picture

VBE works with any version of VBO currently, thanks for noting, updated the main description.

As to the UI: Go to any view, add global "Views Bulk Operations" field and "Modify field values" operation will be there on the actions list.

  • Graber committed 6a772dc on 8.x-2.x
    Issue #2941732: what version of VBO is the real dependency?
    
mattlt’s picture

Hello,

Getting a notice about invalid JSON after this commit. I suspect you want…

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

  • Graber committed a96e207 on 8.x-2.x
    Issue #2941732 by sealionking, Graber, mattlt: what version of VBO is...
graber’s picture

This is getting annoying, hopefully this time it'll be fine. Thanks :)

graber’s picture

Status: Active » Fixed

Looks like it's fixed.

Status: Fixed » Closed (fixed)

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