Closed (fixed)
Project:
Composer Manager
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
17 Nov 2014 at 18:24 UTC
Updated:
18 Dec 2014 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pcambraComment #2
pcambraComment #3
bojanz commentedThis fixes a huge problem in the current implementation, if you want to use a library interface for an entity type, you cannot, because the composer.json can't be rebuilt before the module is installed, and the module can't be installed before the library is present.
Comment #4
bojanz commentedComment #5
bojanz commentedThe ExtensionDiscovery initialization was missing the $root parameter and crashing, changed
to
The patch works fine for me now.
Comment #6
bojanz commentedYou have the honors, Pedro.
Comment #7
bojanz commentedI'm seeing notices on admin/modules saying "Notice: Undefined index: name in system_sort_modules_by_info_name()".
Will investigate.
Comment #8
bojanz commentedConfirmed to be unrelated to the patch, all fine now.
Comment #10
pcambraAnd we're in! Thanks @bojanz :)