Closed (won't fix)
Project:
ECK Clone
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2015 at 09:18 UTC
Updated:
19 Aug 2020 at 04:19 UTC
Jump to comment: Most recent
Firstly, very nice and handy module. And it saved my day.
One small issue I found, when working with Date API (if the entity from has a date field), I was getting the error "expects parameter 2 to be array, null given in DateObject->limitGranularity()". This is because of $form_state is not allowed to be changed in clone_eck_entity_form . The same problem is here https://www.drupal.org/node/1780382 but in eck module itself. Now it is patched and everything works properly, I patched eck_clone for my project and it also doesn't have this issue again.
The patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| eck_clone_date_api_issue.patch | 474 bytes | a.dmitriiev |
Comments
Comment #2
ionut.alexuc commentedHi,
Thanks for the patch!
This fix was already included in the dev version.
I think you used the released version.
Ionut
Comment #3
c-logemann@a.dmitriiev Next time please use actual dev code base before opening an issue. This safes your time and the time of the maintainers.
Comment #4
guillaumeg commentedHi, same problem here and the patch was helpful.
Would it be possible to add this patch to the stable version of the module ?
Comment #5
bassplaya commentedThanks! I am using the dev version now. It works.