forked from TechToThePeople/noverwrite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
27 lines (26 loc) · 1.45 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<extension key="eu.tttp.noverwrite" type="module">
<file>noverwrite</file>
<name>Prevent users to overwrite their record</name>
<description>Civi by default pre-select your own contact details when you register to an event (or other public visible forms, like donation or membership) if you are logged in. It is generally a good thing, but might lead to errors, for instance when a team member overwrite their own contact record while trying to register a new member, or if one forward an invitation they received to someone else.
This extension put the first and last name fields read only, to prevent these mistake
</description>
<license>agpl</license>
<maintainer>
<author>Stoob (and packaged by xavier)</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2013-05-25</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
</compatibility>
<comments>Based on an idea and initial code from Stoob and improved with Tim's suggestion to do it at the php instead of the js level.
</comments>
<civix>
<namespace>CRM/Noverwrite</namespace>
</civix>
<urls><url desc="Main Extension Page">http://github.com/TechToThePeople/noverwrite</url><url desc="Documentation">http://github.com/TechToThePeople/noverwrite</url><url desc="Support">http://forum.civicrm.org</url><url desc="Licensing">http://civicrm.org/licensing</url></urls>
</extension>