Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

fix oc-icon name update error #1407

Merged
merged 1 commit into from
Jun 21, 2021
Merged

fix oc-icon name update error #1407

merged 1 commit into from
Jun 21, 2021

Conversation

fschade
Copy link
Collaborator

@fschade fschade commented Jun 20, 2021

Description

Updating oc-icon name prop crashed vue-inline-svg.
We had to overwrite vue-inline-svg download method and forgot to implement its isPending
property on the returned promise.

Related Issue

Motivation and Context

be able to update icons

How Has This Been Tested?

  • local installation with setTimeout

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 added/updated

@fschade fschade added bug Something isn't working 3 - To Review labels Jun 20, 2021
@fschade fschade requested a review from LukasHirt as a code owner June 20, 2021 21:35
@fschade fschade self-assigned this Jun 20, 2021
@fschade fschade mentioned this pull request Jun 20, 2021
10 tasks
@sonarcloud
Copy link

sonarcloud bot commented Jun 20, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

78.6% 78.6% Coverage
0.0% 0.0% Duplication

Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3 - To Review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination renders a next page button as the first element of the pagination
2 participants