Public bug reported:

 id_pattern not working for instances secondary row actions

in regions->tables.py under the class ComplexActionRowRegion

id_patterns are handled by "src_elem.get_attribute('id')" which works
fine for other page table, row actions but not for Instances.

The cause is, "src_elem.get_attribute('id')" returns 
"instances__row__2665f131-01cc-48ca-aa68-c0c823d6b292" instead of 
"instances__row_2665f131-01cc-48ca-aa68-c0c823d6b292"

The diff is "row__", the correct id value is "row_", this could be
handled by string.replace()

** Affects: horizon
     Importance: Undecided
     Assignee: Amogh (amogh-r-mavinagidad)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1511879

Title:
  Integration_tests: id_pattern not working for instances secondary row
  actions

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
   id_pattern not working for instances secondary row actions

  in regions->tables.py under the class ComplexActionRowRegion

  id_patterns are handled by "src_elem.get_attribute('id')" which works
  fine for other page table, row actions but not for Instances.

  The cause is, "src_elem.get_attribute('id')" returns 
"instances__row__2665f131-01cc-48ca-aa68-c0c823d6b292" instead of 
  "instances__row_2665f131-01cc-48ca-aa68-c0c823d6b292"

  The diff is "row__", the correct id value is "row_", this could be
  handled by string.replace()

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1511879/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to