Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript

Filter by

18.9M results  (701 ms)

18.9M results

no callback existed to update local list state on unwishlist; fixed by adding an onWishlistChange callback prop to ProductCard that filters the item out of the Wishlist page s local state immediately ...
bug

Context Focused split from #13521 (Accounts keeper-view enhancements), mirroring the AC1→#13525 split: per the agent PR-body lint s 1-PR-per-ticket model, each remaining AC on #13521 gets its own ticket ...
ai
enhancement

(Home, Product Listing) — ProductCard always initialized wishlisted state to false regardless of actual status; fixed by adding an is_wishlisted field to ProductListSerializer (scoped to the authenticated ...
bug

ProductDetailSerializer (used for the admin list) doesn t expose a flat primary_image field like ProductListSerializer does, only a nested images array; fixed by reading product.images?.[0]?.image instead ...
bug

In CodeceptJS 3.x there could be the mocha-junit-reporter configured in a CodeceptJS config in mocha section. If the test failed in BeforeSuite(), Scenario() or AfterSuite() I could see the failure, typically ...

DRF auto-generates a uniqueness validator on sku because of the model s unique=True constraint, which fires during validation (before the delete-then-recreate update logic ever runs), incorrectly flagging ...
bug

actual cause was a missing required field; backend s ChangePasswordSerializer requires new_password2 (confirmation field) which the frontend wasn t sending, surfacing as a generic/misleading error; fixed ...
bug

CSS hover gap between trigger button and dropdown (mt-2 created a non-hoverable gap) caused the menu to disappear on mouse transit; fixed by changing to top-full so the dropdown sits flush against the ...
bug

actual exported function in api/auth.js is addAddress; corrected the call site to match Epic: BUGS (chronological, as encountered this sprint) Source: Part 2 backlog
bug

getAddresses() API response wraps results in DRF pagination ({ results: [...] }), but the page assumed a plain array; fixed by reading res.data.results || res.data Epic: BUGS (chronological, as encountered ...
bug
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.