Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 4.1.0-b1
-
Component/s: None
-
Labels:None
Description
Calls to Widget::create and WidgetClient::create to set the $attributes argument to define a 'class' property is intended to concatenate the given class with the default class for the widget to function properly, however, the user-defined class are not concatenated.
To fix, change the order of the array merge:
... $attributes = array_merge($default_attributes, (array)$attributes); ...
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.1.0 Sprint 4 [ 38 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked lower |
Tyson Phillips (Inactive)
made changes -
Assignee | Tyson Phillips [ tyson ] |
Tyson Phillips (Inactive)
made changes -
Fix Version/s | 4.1.0 [ 11007 ] |
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Tyson Phillips (Inactive) created pull request #283 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #283 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |