bug_tracker::grant_direct_read_permission (private)

 bug_tracker::grant_direct_read_permission -bug_id bug_id \
    -party_id party_id

Defined in packages/bug-tracker/tcl/bug-tracker-procs.tcl

Grant direct read permissions

Switches:
-bug_id (required)
-party_id (required)

Testcases:
No testcase defined.
Source code:
    permission::set_not_inherit -object_id $bug_id
    permission::grant -object_id $bug_id -party_id $party_id -privilege read
Generic XQL file:
packages/bug-tracker/tcl/bug-tracker-procs.xql

PostgreSQL XQL file:
packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql

Oracle XQL file:
packages/bug-tracker/tcl/bug-tracker-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: