Project

General

Profile

Actions

Bug #3521

closed

Adding permission link fails and cannot find user uuid.

Added by Bryan Cosca over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assigned To:
Category:
Workbench
Target version:
-
Story points:
-

Description

#!/bin/bash
  1. usage:
  2. add_read_perm $USER_UUID $COLLECTION_UUID
    USER_UUID=$1
    COLLECTION_UUID=$2
    arv link create --link '{"tail_uuid":"'$USER_UUID'",
    "head_uuid":"'$COLLECTION_UUID'", "link_class":"permission",
    "name":"can_read"}'

./addreadperm qr1hi-tpzed-kh96ycz44rwpjoz 5a3b18fb8f657fcf1ce0c15a5cff7bed+461
Error: Tail uuid 'qr1hi-tpzed-kh96ycz44rwpjoz' not found

Actions #1

Updated by Tom Clegg over 9 years ago

  • Category set to Workbench
  • Status changed from New to Rejected
  • Assigned To set to Tom Clegg

Easier to put the collection in a shared project.

Actions

Also available in: Atom PDF