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

Fix custom permissions checkbox selection #8567

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

JammingBen
Copy link
Contributor

Description

Probably a regression of Vue 3.

Related Issue

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

@JammingBen JammingBen self-assigned this Mar 8, 2023
methods: {
setChecked: function (value) {
if (typeof value === 'boolean') {
this.checked = value
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As far as I can see, this.checked does not exist, so this code did not make any sense.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

100.0% 100.0% Coverage
16.7% 16.7% Duplication

@kulmann kulmann merged commit f5617e2 into master Mar 8, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix-custom-permission-checkbox-select branch March 8, 2023 13:38
ownclouders pushed a commit that referenced this pull request Mar 8, 2023
Merge: 37a6cbe ada1dea
Author: Benedikt Kulmann <[email protected]>
Date:   Wed Mar 8 14:38:42 2023 +0100

    Merge pull request #8567 from owncloud/fix-custom-permission-checkbox-select

    Fix custom permissions checkbox selection
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.

Custom permissions can't be (de-)selected
2 participants