Closed (fixed)
Project:
Brightcove Video Connect
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2017 at 05:12 UTC
Updated:
3 Nov 2017 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
marknatividad commentedAdding the patch file.
Comment #3
marknatividad commentedComment #4
boobaaSince it's a checkbox on the UI, I think a simple
if ($config->get('disable_cron')) {}would be enough.Missing empty line here (per Drupal coding standards).
This line is not needed.
Missing empty line here (per Drupal coding standards).
The only thing I'm missing a bit is the default configuration for this checkbox (in the config/install/brightcove.settings.yml file). Otherwise it looks great, thanks!
Comment #5
marknatividad commentedRe-adding a patch to include:
Comment #6
marknatividad commentedComment #8
boobaaCommitted, thanks!