SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

Fix TranslationProject sensitivity sync #3149

Closed CarsonF closed 5 months ago

CarsonF commented 5 months ago

Mostly reverts 5829d35e588f7e20eee71e29c8569602df2a7c26 I'm not sure what the error was back then, but it works fine now in 4.7

The actual problem was that we were comparing the engagement to language list, so of course there was no overlap.

- in .languages
+ in .engagements

But the former expression of just selecting the linked project works and should be more performant. So going with that.