Hi, using the module on a vanilla Drupal 8 I get an javascriot error: Uncaught TypeError: Cannot set property 'ajaxCurrentButton' of undefined
How to reproduce:
1. Install Bootstrap and set it as default
2. Install Field Group Modal Bootstrap
3. Edit the display of the Article content type, add a Modal Bootstrap group and add the body field to this group
4. Create an article
5. Show the article with the javascript console open
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_group_modal_bootstrap-dialog_ajax_error-3051646-2.patch | 404 bytes | peximo |
Comments
Comment #2
peximo commentedI think we don't need to use directly the Bootstrap libraries but the core ones because Bootstrap extend them.
Comment #3
proweb.ua commented#2 works
Comment #4
zulljin commentedThanks for helping.