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

Adjust guest sharing dropdown text #337

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Jun 17, 2019

Description

The recent enhancement of the webUI sharing dropdown list in core PR owncloud/core#35397 now puts the user type (local, federated, guest etc) on a second line. The extra (guest) in brackets that the guest app is putting is no longer needed and just adds redundant data to the user experience.

Remove the (guest) in brackets from the sharing dropdown list.

Related Issue

owncloud/core#35098

Motivation and Context

Make the guests sharing webUI behavior match the recent changes in the core PR owncloud/core#35397

How Has This Been Tested?

Observing local webUI test runs to see that the share dropdown no longer has the extra (guest) text.

Screenshots (if appropriate):

sharing-dropdown-out-11

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)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@phil-davis
Copy link
Contributor Author

Note: this change to the guests app will need to be released in sync with the release of the corresponding change in core.

Probably that will be core 10.3 - when that is known definitely then a guests app release with this PR would need to have min-version set to 10.3

@phil-davis phil-davis force-pushed the adjust-guest-sharing-dropdown-text branch from f4f6bc0 to 107ead8 Compare June 17, 2019 03:26
@phil-davis phil-davis requested a review from micbar June 17, 2019 03:52
@pmaier1
Copy link
Contributor

pmaier1 commented Jun 17, 2019

Nice! Thanks a lot for taking care 👍
@patrickjahns we need to schedule a guests app release as in #337 (comment)

Copy link
Contributor

@pmaier1 pmaier1 left a comment

Choose a reason for hiding this comment

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

<3

@pmaier1 pmaier1 added this to the development milestone Jun 17, 2019
@micbar
Copy link
Contributor

micbar commented Jun 17, 2019

@phil-davis Please force push to re run CI

@phil-davis phil-davis force-pushed the adjust-guest-sharing-dropdown-text branch from 107ead8 to c45147d Compare June 17, 2019 09:11
@codecov
Copy link

codecov bot commented Jun 17, 2019

Codecov Report

Merging #337 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #337   +/-   ##
=========================================
  Coverage     17.87%   17.87%           
  Complexity      101      101           
=========================================
  Files            11       11           
  Lines           537      537           
=========================================
  Hits             96       96           
  Misses          441      441

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1684c6...c45147d. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 17, 2019

Codecov Report

Merging #337 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #337   +/-   ##
=========================================
  Coverage     17.87%   17.87%           
  Complexity      101      101           
=========================================
  Files            11       11           
  Lines           537      537           
=========================================
  Hits             96       96           
  Misses          441      441

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1684c6...c45147d. Read the comment docs.

@phil-davis
Copy link
Contributor Author

CI is running again - let's see...

@codecov
Copy link

codecov bot commented Jun 17, 2019

Codecov Report

Merging #337 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #337   +/-   ##
=========================================
  Coverage     17.87%   17.87%           
  Complexity      101      101           
=========================================
  Files            11       11           
  Lines           537      537           
=========================================
  Hits             96       96           
  Misses          441      441

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1684c6...c45147d. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 17, 2019

Codecov Report

Merging #337 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #337   +/-   ##
=========================================
  Coverage     17.87%   17.87%           
  Complexity      101      101           
=========================================
  Files            11       11           
  Lines           537      537           
=========================================
  Hits             96       96           
  Misses          441      441

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1684c6...c45147d. Read the comment docs.

@phil-davis
Copy link
Contributor Author

If there might be a guest app release needed before core 10.3 then it will be easiest to not merge this PR yet. But if there seems to be no reason that we will have to do a guest app release on top of 10.2.* then this could be merged right away.

@patrickjahns patrickjahns mentioned this pull request Jun 17, 2019
26 tasks
@micbar micbar merged commit 73be2c6 into master Jun 17, 2019
@delete-merged-branch delete-merged-branch bot deleted the adjust-guest-sharing-dropdown-text branch June 17, 2019 12:23
@davitol davitol modified the milestones: development, qa Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants