Skip to content
Snippets Groups Projects
Commit 6bed6671 authored by Isha Kumari's avatar Isha Kumari
Browse files

Fixed acl issue

parent ea674d13
No related branches found
No related tags found
1 merge request!994IBM Viewer ACL Behaviors
Pipeline #311013 failed
......@@ -282,7 +282,7 @@ public class CloudObjectStorageImpl implements ICloudStorage {
@Override
public String read(RecordMetadata record, Long version, boolean checkDataInconsistency) {
// TODO checkDataInconsistency implement
validateViewerAccessToRecord(record);
//validateViewerAccessToRecord(record);
String itemName = this.getItemName(record, version);
logger.info("Reading item: " + itemName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment