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

Lock information on resources is not present #5417

Closed
saw-jan opened this issue Jun 30, 2021 · 6 comments
Closed

Lock information on resources is not present #5417

saw-jan opened this issue Jun 30, 2021 · 6 comments

Comments

@saw-jan
Copy link
Member

saw-jan commented Jun 30, 2021

Steps to reproduce

  1. user locks a file/folder
  2. look for lock information (lock icon, locks section in app sidebar) in the web UI

Expected behaviour

expect to see lock information like in oC10
lockinfo

Actual behaviour

cannot see any information about locked resources in the webUI

Server configuration

Operating system: Ubuntu20.04
Web server: Apache
Database: MySQL
PHP version: 7.3
ownCloud version: ownCloud 10.8.0 prealpha (git)

@saw-jan saw-jan changed the title Lock information about resources is not present Lock information on resources is not present Jun 30, 2021
@micbar
Copy link
Contributor

micbar commented Jul 12, 2021

fixed by owncloud/ocis#2280

@pascalwengerter
Copy link
Contributor

fixed by owncloud/ocis#2280

@micbar you mean the capability is now part of oCIS, right? AFAIK we're not displaying locked state (or the interaction to lock a file/folder) in web even if OC10 is able to. Might be worth to add this soon now that both backends support it

@micbar
Copy link
Contributor

micbar commented Jul 12, 2021

interesting. The CI just "passes" now after a reva update.

@micbar
Copy link
Contributor

micbar commented Jul 13, 2021

was a false positive in the CI

@kulmann
Copy link
Member

kulmann commented Mar 18, 2022

acceptance criteria to get this done:

  • add locking related props to DavProperty and DavProperties.Default
  • add to resource mappings in resources.js
  • create indicator with a lock icon for the file list
  • add locking information to Details panel in right sidebar

@JammingBen
Copy link
Collaborator

Solved meanwhile via #9566 and #9658.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants