[ https://issues.apache.org/jira/browse/TAP5-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555997#comment-17555997 ]
ASF subversion and git services commented on TAP5-2686: ------------------------------------------------------- Commit dd51ea9767a95355257e4e892756a73fbf108453 in tapestry-5's branch refs/heads/TAP5-2686 from Volker Lamp [ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=dd51ea976 ] TAP5-2686: Fix for the 404 error. However, popovers won't work with the bundled Bootstrap until TAP5-2733 has been done. > require('bootstrap/popover') fails when using bootstrap 4 > --------------------------------------------------------- > > Key: TAP5-2686 > URL: https://issues.apache.org/jira/browse/TAP5-2686 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.5.0, 5.6.0, 5.6.1, 5.6.2, 5.7.0, 5.6.3, 5.7.1, 5.7.2, > 5.6.4, 5.7.3, 5.8.0, 5.8.1 > Reporter: Raigo Aljand > Assignee: Volker Lamp > Priority: Major > Labels: bootstrap, javascript > > This code fails when using bootstrap 4: > {code:java} > require(['bootstrap/popover'], () => { > console.log('success'); > }) > {code} > The server returns a 404 error code when the browser requests for the > bootstrap/popover module. -- This message was sent by Atlassian Jira (v8.20.7#820007)