Skip to content
  • Guillaume Risbourg's avatar
    [bp] Fixed parsing of some internal recipients · 113e0013
    Guillaume Risbourg authored and hydrargyrum's avatar hydrargyrum committed
    Some internal recipients cannot be parsed on the website and so, do not
    appear in the iter_accounts. Those accounts do not have the id in their
    label, so we need to change where the id is gathered from.
    The `value` of each `option` of the select is the same as the id we
    can parse from the label, so we can directly get the id from the `value`
    attribute.
    
    Closes: 53010@sibi 53027@sibi
    113e0013