Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcreate and remove methods on backwardsManyToOneDescriptor #291
Comments
|
As noted in #275 (comment) We can actually add |
|
Hi, @haveyaseen can you point me in the right direction as to what needs to be done? thanks. |
|
Hi @lexcorp16, that would be awesome if you could help us out! Essentially the Lines 115 to 132 in 5738fe4 Instead of directly returning Lines 189 to 273 in 5738fe4 |
|
@lexcorp16 You can use the Now that I think about it, the It may be best to release a batch version of |
|
hi is anyone still actively working on this ? if not can i take a crack at this ? thank you |
|
@KaushikIyer16 Sure! Looks like it's safe to assume no one else is working on this. |
|
I would like to work on this too. May be work with something cause i'm new in redux. Can I join ? |


what is prefer way to add relation and remove relation? I found example as below, but I did't find any document about the two methods.
ReportConfig vs ReportConfigGroup
one-to-many
I also tried
add relation,
delete relation, it will remove the group entity and the relation. works as expected.