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:47 UTC

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

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

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

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

      className = severityToClass[data.severity] or "alert"


  was:
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}


> 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
>            Assignee: 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.
>       className = severityToClass[data.severity] or "alert"



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