Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.1
-
Fix Version/s: 3.3.alpha
-
Component/s: CiviCampaign
-
Labels:None
Description
Implement CRUD operations for campaign and survey objects.
Survey Form
===========
1. Remove activity type form element from survey form.
2. Create a separate flow for adding survey types.
A new survey type takes user to the new activity type creation screen with additional parameter in the url say compid=X where X is the campaign component id.
Use post process hook to set the component id to that of campaign every time a new survey type (internally activity type) is created.
3. Custom group selector should list all custom groups extending survey (activity type) + selected survey type.