devilsbibble / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

Docs for recipient type, recipient id #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Because recipient type and recipient ID are required fields but are not
auto-entered when creating a survey via /survey/add , it's not possible to
edit+save a survey via the admin (because one doesn't know what to enter in
these fields). 

Can we get some documentation on the purpose of these fields, how to use
them etc.? Thanks.

Original issue reported on code.google.com by scotfhac...@gmail.com on 28 Feb 2009 at 12:29

GoogleCodeExporter commented 8 years ago
I am trying to figure out what this is for as well, anyone?

Original comment by tde...@gmail.com on 30 Apr 2009 at 1:31

GoogleCodeExporter commented 8 years ago
The example app doesn't offer any help. Try logging in to the admin page and 
changing one of the example 
surveys. Even if you hit save without changing anything, the admin site will 
raise an error saying you haven't 
filled in the recipient type/id even though they weren't filled in to begin 
with. 

Original comment by john.p...@gmail.com on 31 Aug 2009 at 3:27

GoogleCodeExporter commented 8 years ago
These fields are for integration with Pinax. No idea how to use them. 

Original comment by john.p...@gmail.com on 7 Sep 2009 at 11:57

GoogleCodeExporter commented 8 years ago
Since this is a re-usable app, I would recommend that the distribution leave
Pinax-specific fields commented out in the source. People who need Pinax can
uncomment them. For everyone else, leaving them in basically results in
confusing/broken behavior. 

Original comment by scotfhac...@gmail.com on 8 Sep 2009 at 1:28

GoogleCodeExporter commented 8 years ago
All that needs to be done is adding 'blank=True' as a parameter to recipient ID 
and type in the Survey model

Original comment by john.p...@gmail.com on 8 Sep 2009 at 3:37