[8397] Remove viewPackages action from packageItems default set of actions#4908
[8397] Remove viewPackages action from packageItems default set of actions#4908jvega190 wants to merge 1 commit into
Conversation
WalkthroughThe ChangesContext Menu Option Fix
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai can you check if everything looks good? Please give it a final review before I hand over for human review |
🧩 Analysis chain🏁 Script executed: #!/bin/bash
fd itemActions.ts
echo "---"
rg -n "viewPackages" ui/app/src/utils/itemActions.ts -C8Length of output: 2083 🏁 Script executed: #!/bin/bash
rg -n "actionsToInclude" ui/app/src/utils/itemActions.ts -B3 -A15 | head -80Length of output: 2993 The change looks correct and consistent with how every other action in this function is gated. This is a clean, low-risk, single-line fix that aligns ✅ Action performedReview finished.
|
Validate view packages action against actionsToInclude (actionsToInclude is set to 'all actions' if no override is set)
craftercms/craftercms#8397
Summary by CodeRabbit