It would be helpful to be able to use VBO in a view based on ls answers. This doesn't appear to be possible.

It also doesn't seem to be possible to fetch answers by property ID in rules, for example to fetch answers for a given survey ID.

I am hoping for these capabilities so that I can delete certain Limesurvey answers through Drupal (as, supposedly, deleting the answer in Drupal will lead the Limesurvey answer to be deleted).

Thanks.

Comments

jsibley created an issue. See original summary.

thedut’s picture

Hello jsibley,

Try this : in the limesurvey_sync/api/limesurve_sync_api.class.inc file, line 48 change :
protected $exportable = TRUE;
to
protected $exportable = FALSE;
Thanks to this change, you will be able to select LimeSurvey entity types for many rules actions, especially "Entity fetch by a property".

thedut’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » thedut
Category: Support request » Bug report
Status: Active » Fixed

Hello jsibley,

I have included this fix into the new dev version.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.