Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Jul 28, 2020

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • ...

@DeepDiver1975 DeepDiver1975 self-assigned this Jul 28, 2020
@update-docs

This comment has been minimized.

@DeepDiver1975 DeepDiver1975 force-pushed the feature/copy-move-in-same-location branch from 3b9e3e5 to 74cab43 Compare July 28, 2020 12:26
>
<span v-text="confirmBtnText" />
</oc-button>
<span v-if="!canConfirm" :uk-tooltip="sameLocationToolTip">
Copy link
Collaborator

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>
Copy link
Collaborator

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?

Copy link
Member Author

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

@butonic
Copy link
Member

butonic commented Jul 1, 2021

please rebase!

@fschade
Copy link
Contributor

fschade commented Jan 26, 2022

close this due inactivity, feel free to reopen if still a thing.

@fschade fschade closed this Jan 26, 2022
@kulmann kulmann deleted the feature/copy-move-in-same-location branch November 3, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy and move to a folder where the resource already exists
5 participants