WIP: dennis-patch-1 #1

Closed
dennis wants to merge 15 commits from dennis/com.megaphonetech.deleterelationshipperm:dennis-patch-1 into master
Showing only changes of commit 2b56dc18d8 - Show all commits

View File

@ -5,7 +5,12 @@
## Overview ## Overview
This extension restricts deletions of relationship between contacts for users not having Delete relationship permission. This extension restricts deletions of relationship between contacts for users not having Delete relationship permission.
## Installation
This extension has been developed and is being maintained by [Megaphone Technology Consulting](https://www.megaphonetech.com/).
## Requirements
## Installation (Web UI)
1. If you have not already done so, setup Extensions Directory 1. If you have not already done so, setup Extensions Directory
1. Go to Administer » System Settings » Directories 1. Go to Administer » System Settings » Directories
@ -23,4 +28,18 @@ This extension restricts deletions of relationship between contacts for users no
1. Beside Delete Relationship Permission, click Download. 1. Beside Delete Relationship Permission, click Download.
1. Review the information, then click Install. 1. Review the information, then click Install.
This extension has been developed and is being maintained by [Megaphone Technology Consulting](https://www.megaphonetech.com/). ## Installation (CLI, Zip)
Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.
cd <extension-dir>
cv dl FIX@FIX
## Installation (CLI, Git)
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone FIX
cv en FIX
## Usage