- Issue created by @pfrenssen
- Merge request !117Issue-3479860-fix-constructors-which: Added custom filter will be more robust... → (Merged) created by divyansh.gupta
- 🇮🇳India divyansh.gupta Jaipur
Added custom filter so module will be more robust and less likely to encounter fatal errors due to null arguments.
- 🇧🇬Bulgaria pfrenssen Sofia
Thanks for starting this! The goal is to audit all our classes, I mentioned
TaxonomyIndexTidEventSeriesDepth
as an example.Maybe we can add a list of affected classes to the issue summary so we can tick them off?
- 🇮🇳India divyansh.gupta Jaipur
Hello @pfrenssen,
If you provide me a list of affected classes i can work on them and resolve the nullable argument error it may cause if argument is not passed . - 🇧🇬Bulgaria pfrenssen Sofia
You're on the right path! The field items (like
AvailabilityCount
andWaitlistCount
) don't need to be changed, they have a good reason to have nullable arguments since they are extending theTypedData
class which does the same.The rest of the list looks complete. I have added it to the issue summary. Thanks for working on this!
- 🇮🇳India divyansh.gupta Jaipur
I have made changes in the requested files so please review them and let me know if there are any changes to be made.
- 🇧🇬Bulgaria pfrenssen Sofia
I had some small remarks, but they are already fixed. Looking good, thanks!
-
pfrenssen →
committed b34fe241 on 3.0.x authored by
divyansh.gupta →
Issue #3479860 by pfrenssen, divyansh.gupta: Fix constructors which have...
-
pfrenssen →
committed b34fe241 on 3.0.x authored by
divyansh.gupta →
Automatically closed - issue fixed for 2 weeks with no activity.