-
Notifications
You must be signed in to change notification settings - Fork 159
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
Feature/copy move in same location #3847
Conversation
This comment has been minimized.
This comment has been minimized.
3b9e3e5
to
74cab43
Compare
> | ||
<span v-text="confirmBtnText" /> | ||
</oc-button> | ||
<span v-if="!canConfirm" :uk-tooltip="sameLocationToolTip"> |
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 pls key
to if
else
. There might be an issue with rendering without it https://vuejs.org/v2/style-guide/#v-if-v-else-if-v-else-without-key-use-with-caution
<span v-text="confirmBtnText" /> | ||
</oc-button> | ||
</span> | ||
<span v-else> |
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.
Is the wrapping span needed?
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.
uk-tooltip on a disabled button is not working (ie11 🤮 ) and therefore it needs wrapping spans/divs
please rebase! |
close this due inactivity, feel free to reopen if still a thing. |
Description
In case of move it is not allowed to move resources into the source destination. The action button will be disabled
When copying to the same location a postfix will be applied.
Related Issue
How Has This Been Tested?
: ✋
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: