You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Volker Lamp (Jira)" <ji...@apache.org> on 2022/06/17 16:07:00 UTC

[jira] [Updated] (TAP5-2686) require('bootstrap/popover') fails when using bootstrap 4

     [ https://issues.apache.org/jira/browse/TAP5-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Lamp updated TAP5-2686:
------------------------------
    Affects Version/s: 5.7.1

> 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.7.1, 5.7.2
>            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)