You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Novak submitted a patch that then broke because he had removed a parent period but not the child periods (currently patch #4). He successfully resubmitted after fixing the problem, and I successfully merged that patch -- but I can't merge the bad patch, because every time I try to open it, it generates the following error:
Add componentDidCatch to the patch visualization that has an error message if something like this pops up in the future. That way, even if there's something wonky going on, the patch can still be rejected.
When generating a patch, go over every period's related periods to make sure there aren't any periods that won't be present when applying the patch
David Novak submitted a patch that then broke because he had removed a parent period but not the child periods (currently patch #4). He successfully resubmitted after fixing the problem, and I successfully merged that patch -- but I can't merge the bad patch, because every time I try to open it, it generates the following error:
Error stack
TypeError: Cannot read property 'Symbol(RelatedPeriods)' of undefined
at https://client.perio.do/periodo-client-4.4.3.min.js:18:17964
at Array.forEach ()
at https://client.perio.do/periodo-client-4.4.3.min.js:18:17792
at Array.forEach ()
at https://client.perio.do/periodo-client-4.4.3.min.js:18:17700
at Array.forEach ()
at module.exports (https://client.perio.do/periodo-client-4.4.3.min.js:18:17673)
at new module.exports (https://client.perio.do/periodo-client-4.4.3.min.js:18:16077)
at https://client.perio.do/periodo-client-4.4.3.min.js:120:19497
at async throwIfUnsuccessful (https://client.perio.do/periodo-client-4.4.3.min.js:120:36776)
Component stack
in F
in Unknown
in Unknown
in ConnectFunction
in div
in Clean.div
in UI:Box
in Resource:review-patch
in div
in Clean.div
in UI:Box
in div
in Clean.div
in UI:Box
in MenuedResource
in div
in Clean.div
in UI:Box
in div
in Clean.div
in UI:Grid
in ThemeProvider
in PeriodoApplication
in F
in ThemeProvider
in Provider
in Unknown
@rybesh, can you reject from the server side?
The text was updated successfully, but these errors were encountered: