Closed (fixed)
Project:
JSON Field
Version:
8.x-1.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jul 2018 at 13:20 UTC
Updated:
11 Mar 2019 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hubertinio commentedI see that bug was fixed here
git clone --branch 8.x-1.x https://git.drupal.org/project/json_field.git
But still occurs when install module via composer
Comment #3
jimthunderbird commentedThis issue can be fixed by applying changes to the code in function json_field_field_views_data at json_field.views.inc
Comment #4
emudojo commentedthis works, odd that up to this day is still broken when pulling from the stable branch from composer
Comment #5
alexverb commentedMust have been a bad merge or something. Here's a patch with the correction.
Comment #6
alexverb commentedChanging version.
Comment #8
lamp5I can confirm that this patch fixes this issue.
Comment #9
joshmillerConfirmed that composer is still pulling the broken version of the module (exactly opposite of what a package manager is supposed to do)
Comment #10
it-cruI think this change is already committed to 8.x-1.x-dev branch and we only need a new tagged RC2 to fix this issue.
https://cgit.drupalcode.org/json_field/commit/?id=cd0785f
Comment #11
it-cruComment #12
dawehnerI just pushed a RC2, so this should be resolved :)