fix(kanban): tasks not displaying in kanban view and related components#1266
fix(kanban): tasks not displaying in kanban view and related components#1266thisisharsh7 wants to merge 2 commits intogeneralaction:mainfrom
Conversation
|
@thisisharsh7 is attempting to deploy a commit to the General Action Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR migrates components from reading the stale However, there is one critical functional regression introduced by this change:
Confidence Score: 1/5
Last reviewed commit: 312e506 |
Additional Comments (1)
onSuccess: (result) => {
args.onSuccess?.(result); // undefined?.() → no-op
closeModal();
},Because The fix is to pass the Context Used: Rule from |
Tasks were not appearing in the kanban view despite being visible in the project sidebar. Additionally, several other components had the same underlying issue where tasks were not being accessed correctly.
Impact
before -
after -