You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2013/11/26 19:08:42 UTC

[jira] [Created] (TAP5-2237) t5/core/alert module - wrong default CSS class for alert

Howard M. Lewis Ship created TAP5-2237:
------------------------------------------

             Summary: t5/core/alert module - wrong default CSS class for alert
                 Key: TAP5-2237
                 URL: https://issues.apache.org/jira/browse/TAP5-2237
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Howard M. Lewis Ship


If you omit the severity property from the alert data, it should use the default "alert-info" class, but uses "alert" instead.

{code}
      className = severityToClass[data.severity] or "alert"
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)