Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap-notify won't display alerts in admin area #4915

Closed
CaMer0n opened this issue Dec 5, 2022 · 0 comments
Closed

Bootstrap-notify won't display alerts in admin area #4915

CaMer0n opened this issue Dec 5, 2022 · 0 comments
Assignees
Labels
type: bug A problem that should not be happening
Milestone

Comments

@CaMer0n
Copy link
Member

CaMer0n commented Dec 5, 2022

Bug Description

uiAlert fails to display when called with bootstrap-notify within admin area.

How to Reproduce

Steps to reproduce the behavior:

e107::js('footer', '{e_WEB}js/bootstrap-notify/js/bootstrap-notify.js', 'jquery', 2);
e107::css('core', 'bootstrap-notify/css/bootstrap-notify.css', 'jquery');
e107::js('footer-inline', "
    $('#uiAlert').notify({
           type: 'info',
           message: { html: 'Test Message' },
           fadeOut: { enabled: true, delay: 5000 }
      }).show();
"); 

Expected Behavior

Display 'Test Message' on the screen.

@CaMer0n CaMer0n added the type: bug A problem that should not be happening label Dec 5, 2022
@CaMer0n CaMer0n added this to the e107 2.3.3 milestone Dec 5, 2022
@CaMer0n CaMer0n self-assigned this Dec 5, 2022
@CaMer0n CaMer0n closed this as completed in 2e04931 Dec 5, 2022
@CaMer0n CaMer0n changed the title bootstrap-notify won't display alerts in admin area Bootstrap-notify won't display alerts in admin area Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

1 participant