kartik-v / yii2-sortable

Create sortable lists and grids using HTML5 drag and drop API for Yii 2.0.
http://demos.krajee.com/sortable
Other
43 stars 20 forks source link

Method $this->isBs4() do not exist in Sortable.php #19

Closed jjmaceda closed 6 years ago

jjmaceda commented 6 years ago

Prerequisites

Steps to reproduce the issue

  1. composer update
  2. Updating kartik-v/yii2-sortable dev-master (5d418b8 => 89593b9)
  3. Calling unknown method: kartik\sortable\Sortable::isBs4()

Expected behavior and actual behavior

When I follow those steps, I see... Calling unknown method: kartik\sortable\Sortable::isBs4() I was expecting... loading the page normally

Environment

Browsers

Operating System

Libraries

Isolating the problem

kartik-v commented 6 years ago

You must run composer update to update all extensions with their dependencies.

The issue for you is happening because you do not have updated releases of all extensions and their dependencies OR you are trying to manually update / copy only this extension without dependency.