Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Fix Version/s: 4.1.0
-
Component/s: CiviCRM Profile, CiviMail, CiviMember
-
Labels:None
Description
(part of the sprint in bourne).
Problem:
when you are creating an online registration for an event, you can choose an existing profile. However, you can't modify the profile (add more fields), or create a new profile without having to leave the page, go to the admin menu...
As it's a common workflow (both for events online registration and donation, petition... in short everytime you can choose a profile), add:
next to the select with the list of profiles a link (target=_blank) "edit", that will go to the fields edit form (/civicrm/admin/uf/group/field?reset=1&action=browse&gid=1) if a profile is selected.
In the list of profiles, add at the bottom "create new", that will open a new tab /civicrm/admin/uf/group/add?action=add&reset=1
!!! On these select list, it should be the internal name that is displayed, not the publicly displayed title (cf other issue).