Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
Implement a new adminstrative function which allows admin users to either rename or delete an Export or Import Mapping (civicrm_mapping instance).
Icon goes in "Configure" section of Admin control panel:
"Import/Export Mappings"
Have Sanjay create a new icon for this.
Selector displays all existing civicrm_mapping records for the current domain, sorted by mapping_type + name.
Action links are: Rename, Delete.
Delete uses Jscript delete prompt, with HTML post fallback if Jscript not active. "Are you sure you want to delete this $mapping_type mapping? This operation can not be undone."
Rename invokes simple Edit form - only the civicrm_mapping.name is editable. The mapping_type is displayed "frozen".