Tomás Batista
Tomás Batista
When parsing enum values the parser has a greedy approach, resulting in an error. I have an enum ``` enum Operator { o EQUAL // Equal o NOT_EQUAL // Not...
 `backend.bundle.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'current') at backend.bundle.js:1:128442 at backend.bundle.js:1:128598 at backend.bundle.js:1:127404 at Object.next (backend.bundle.js:1:127509) at backend.bundle.js:1:126424 at new Promise () at C...
[...] Deleting the Order has no impact on the OrderLine. **When the Order is serialized the JSON only the IDs of the** OrderLines are stored within the Order, not the...