Changes between Version 2 and Version 3 of Ticket #33209


Ignore:
Timestamp:
Oct 19, 2021, 8:38:03 PM (3 years ago)
Author:
Yuta Okamoto
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33209 – Description

    v2 v3  
    2121}}}
    2222
    23 In this situation, `company.members.add()` fails to add existing member with different role specified via `through_defaults`.
     23In this situation, `company.members.add()` silently fails to add existing member with different role specified via `through_defaults`.
    2424
    2525{{{#!python
Back to Top