Hi,
I have installed your package in the last Drupal 8.0.0-beta9, and when I wanted to configure the dropdown to a select the option didn't appear in the block configuration.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | block_not_available_in_ui-2475819-8.patch | 51.12 KB | borisson_ |
Comments
Comment #1
anish_zyxware commentedThis issue essentially renders this module useless. Updating the priority to critical
Comment #2
ksenzeeComment #3
ksenzeeHere's a (large) patch that at least gets the module working. I didn't get the different CSS skins working, and the languageicons integration doesn't work either, but the dropdown block does work, both with and without JS.
For anyone that would rather have this patch as a fork, with separate commits, it's at https://www.drupal.org/sandbox/ksenzee/2730361. I have no plans to keep it updated - it's just an easier-to-handle version of this patch.
Comment #4
borisson_We've used this patch as well, let's just commit this so the module is at least somewhat useable.
Comment #5
dishabhadra commentedYes, I also used this module on my project and applied the Patch.
It's working fine.
Apply the patch and Release the new version of module so we can use it in a better way.
Comment #6
jo.st commentedI used the fork linked in #3, it's absolutely usable in 8.2.x with default settings.
Thank you!
Comment #7
mpadilla commentedI also applied the Patch linked in #3, it's absolutely usable in 8.1.1 with default settings (output type simple HTML select).
Comment #8
borisson_I found a small bug with the patch, interdiff + patch attached. I created this patch with -M - that's why it's so much smaller.
I also contacted manfer trough his d.o contact page to ask to commit this patch (or the one in #3)
Comment #10
borisson_Committed this