Use unique names for event strings
Bug #1622698 reported by
Tyr Johanson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Angular widgets that listen for or dispatch events have the possibility of accidentally picking up the wrong event unless the event string is unique.
For example, see https:/
"textSearch" is fairly generic, and might collide with another component accidentally.
Consider instead including the module name as part of the event string.
For example: "horizon.
Changed in horizon: | |
assignee: | nobody → tamil vanan (tamilhce) |
Changed in horizon: | |
status: | New → In Progress |
Changed in horizon: | |
assignee: | tamil vanan (tamilhce) → nobody |
status: | In Progress → Confirmed |
importance: | Undecided → Wishlist |
milestone: | none → next |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/369226
Review: https:/