Mikael Araya
Mikael Araya
There are a lot of typescript inconsistencies and it's creating a lot of noise when building the engine
When searching with tags the current implementation is search input tag should match exactly including case, but that should not be the case.
**Describe the bug** After adding products as a user that is not logged in and logging into an account that exists cart items added as a guest user are not...
when you try to add assortment Link, assortment Product Link or remove Assortment Product Link you get the below error.  
**Introduction** currently request for quotation can be done for only one product at a time. but it's possible there might be scenarios where a user can make a request for...
currently, only overdue enrollments are assigned a status of `PAUSED` but there might be a scenario where the admin might want to suspend a subscription so I think there should...
Closes #437 - Added custom LocaleCaseString scalar that does the conversion on GraphQL API level - Convert tags to lower case for all entities in bulk import - Added migration...
Closes #582
General overview Two ways this can be implemented - soft-delete - hard-delete 1. soft-delete:- have some type of flag such as 'DEACTIVATED' or use the existing deleted field. in this...