Closed (fixed)
Project:
Entity Construction Kit (ECK)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 12:48 UTC
Updated:
21 Apr 2012 at 01:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
itangalo commented(I don't think this is related to #1370762: Re-Enable Features Support, but add a link here anyway.)
Comment #2
mojzis commentedcould the use of eck__entity_type__load in eck.features.inc be a part of the problem ?
(sorry, copy and paste error, originaly wrong function pasted here)
Comment #3
mojzis commented'file' => drupal_get_path('module', 'eck') .'/eck.features.inc', is missing in eck_features_api
Comment #4
mojzis commentedfrom http://drupalcode.org/project/features.git/blob_plain/refs/heads/7.x-1.x...
Comment #5
mojzis commentedComment #6
itangalo commentedConcept in patch works fine! Updated it to match latest dev of ECK.
Comment #7
mojzis commentedbtw i have a feeling it is a problem in features, i've seen a similar problem in rules. but since this works, i would leave it here :)
Comment #8
itangalo commented#7: I too think this "bug" is caused by Features. I suspect that the last release had changes (or more strict requirements) in the API.
No blame to ECK – and no blame to the people fighting to push Features forward either. But cred to the people trying to make things work!
Comment #9
forestmars commentedThanks @Itangalo! RTBC+1
This is exactly what we needed. fmizzell is this going in the next dev version?
Comment #10
fmizzell commentedyes it is!! sorry.. I have been a little busy.. but I will commit it this afternoon
Comment #11
fmizzell commentedthe patch has been commited :) thanks @itangalo and @mojsiz