?
avatar dgt41
dgt41
18 Nov 2015

Too many alerts

Problem

Go to admin area on a newly installed joomla
Don’t respond on the message about stats
Edit/create an article
Click on the button to insert an image

Actual result

screenshot 2015-11-18 21 23 20

Expected result

Normal window

avatar dgt41 dgt41 - open - 18 Nov 2015
avatar Bakual
Bakual - comment - 18 Nov 2015

Looks like it really wants you to answer that question :smile:

But I agree it probably should not trigger in edit forms and modals.
Maybe safest way would be to only trigger the message in the cPanel?

avatar dgt41
dgt41 - comment - 18 Nov 2015

Easier to check if we are not on a modal

        if (JUri::getInstance()->getVar("tmpl") === "component")
        {
            return;
        }
avatar dgt41 dgt41 - change - 19 Nov 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-11-19 11:57:30
Closed_By dgt41
avatar dgt41 dgt41 - close - 19 Nov 2015
avatar brianteeman brianteeman - close - 19 Nov 2015
avatar dgt41 dgt41 - close - 19 Nov 2015
avatar dgt41
dgt41 - comment - 19 Nov 2015

There is a patch #8485


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8484.

avatar brianteeman brianteeman - change - 14 Dec 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment