Closed (fixed)
Project:
Business Rules
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
27 Mar 2019 at 10:41 UTC
Updated:
10 May 2019 at 22:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
c.e.a commentedThis issue has been added here: #3041221: List of all 'Bug reports' that need immediate support Assigned to: yseki
Thank you
Comment #3
c.e.a commentedComment #4
yseki commentedHi @quixxel,
Thanks for the report. I'm fixing it on dev.
Comment #5
c.e.a commentedDrupal\Core\Database\SchemaObjectExistsException: Cannot add field br_schedule.update_entity: field already exists. in Drupal\Core\Database\Driver\mysql\Schema->addField() (line 414 of \web\core\lib\Drupal\Core\Database\Driver\mysql\Schema.php).Comment #6
yseki commentedHere is the patch
Comment #8
c.e.a commentedWorking.... thank you @yuriseki
Comment #9
c.e.a commentedComment #10
cesarg commentedPatch #6 fixed the updatedb issue for me. Thanks!
Comment #11
kris77 commentedPatch #6 fixed the updatedb issue for me too.
Thanks!
Comment #12
samhadr commentedHow can I apply patch #6? New to Drupal - searching for business_rules directory/files - not seeing anything.
Comment #13
c.e.a commentedRun the composer command:
composer require 'drupal/business_rules:1.x-dev'It will remove beta-6 and install for you the latest dev version release which includes the patch in #6
Comment #14
samhadr commentedGot it - that fixed the issue!
Comment #15
henrik23 commentedThank You.
After returning to the backup your command
composer require 'drupal/business_rules:1.x-dev'was very helpful!
Comment #17
gil'barbareHi guys,
This works for me too.
Still I am worried.
Wondering if it will be possible after requiring a dev version of this module to simply update to next beta release (beta-8).
I mean with a simple 'composer update drupal/business_rules --with-dependencies'.
This may seem obvious... thanks for your help!
Comment #18
c.e.a commented@Gil'Barbare your question is general and composer based, make sure to read more articles about composer and how it works with Drupal.
When the beta-8 release will be out, simply use:
composer require 'drupal/business_rules:^1.0'.Composer then will remove the current installed dev release version and install in place the latest beta release of this module without affecting the configuration of the module (rules, actions, conditions, variables...)
Comment #19
gil'barbareFine, thank you @C.E.A.
I was just having a doubt because 'dev' version is intermediate.