-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FOUR-13453 order calcs list with drag and drop option #1612
Conversation
Passing run #806 ↗︎
Details:
Review all test suite changes for PR #1612 ↗︎ |
c589783
to
1922884
Compare
1922884
to
e522ae9
Compare
<template #options="{ item }"> | ||
<button | ||
v-b-tooltip="{ customClass: 'bypass-btn-tooltip' }" | ||
:title="item.byPass ? 'Unbypass Calc' : 'Bypass Calc'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add translation for this labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
translations were added
</div> | ||
<div | ||
v-for="(item, index) in sortedItems" | ||
:key="index" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider to add a prefix to the :key like:
:key="index" | |
:key="`item-${index}`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prefix was added
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Issue & Reproduction Steps
As a designer, I want to have the option to Order the list of Calcs that I am creating in the Screen Builder.
Related Tickets & Packages
FOUR-13453
Code Review Checklist
ci:next