Closed jaybuidl closed 2 months ago
https://github.com/kleros/curate-v2/blob/master/contracts/src/CurateV2.sol#L309-L335
From @greenlucid
addItemDirectly and removeItemDirectly are not emitting RequestSubmitted fixing it could just be editing subgraph to create default Request Entity on ItemStatusChange with no Request associated frontend crashes because it expects request to exist request doesn't exist because subgraph does not handle properly subgraph could handle it properly
addItemDirectly and removeItemDirectly are not emitting RequestSubmitted
fixing it could just be editing subgraph to create default Request Entity on ItemStatusChange with no Request associated
frontend crashes because it expects request to exist request doesn't exist because subgraph does not handle properly subgraph could handle it properly
https://github.com/kleros/curate-v2/blob/master/contracts/src/CurateV2.sol#L309-L335
From @greenlucid