Changes between Version 2 and Version 3 of Ticket #33209
- Timestamp:
- Oct 19, 2021, 8:38:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33209 – Description
v2 v3 21 21 }}} 22 22 23 In this situation, `company.members.add()` fails to add existing member with different role specified via `through_defaults`.23 In this situation, `company.members.add()` silently fails to add existing member with different role specified via `through_defaults`. 24 24 25 25 {{{#!python