Closed (fixed)
Project:
LimeSurvey Sync
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 May 2016 at 19:30 UTC
Updated:
25 Jun 2016 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thedut commentedHello slowflyer
I'm not able to reproduce this issue.
The response/add/ls-survey-912522 url is the right one for creating answer for the survey 912522.
Try this :
come back for reporting.
Comment #3
slowflyer commentedSame as before, after walking to your steps.
Even with a new survey created, same behaviour.
Just to mention: Using Limesurvey 2.5 based on your answer: https://www.drupal.org/node/2645866
Comment #4
thedut commentedOk, I'm able to reproduce this issue now.
It's happen only if there is more than one survey declared on Drupal (ie : 2 lines or more on the admin/structure/limesurvey/surveys page).
Comment #5
slowflyer commentedConfirmed,
after removing all surveys except one, it's working.
But can that be changed, to be able to run more than one?
Comment #6
thedut commentedYes,
Edit the api/limesurvey_sync_api_entity.class.inc file on line 2583 : replace :
function limesurvey_sync_api_entity_entity_ui_get_form($entity_type, $entity, $op = 'edit', $form_state = array()) {by
function limesurvey_sync_api_entity_entity_ui_get_form($entity_type, $entity, $op = 'edit', $form_state = array(), $bundle_provided = NULL) {I will include this fix into the 7.x-2.x dev version.