Closed (fixed)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
sf_queue
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 00:14 UTC
Updated:
24 May 2011 at 13:41 UTC
This:
drupal_set_message(t('Salesforce export queue processed.');
Should be this:
drupal_set_message(t('Salesforce export queue processed.');
Comments
Comment #1
amariotti commentedWoops.
This is what it should be. :)
Comment #2
kostajh commentedThanks, fixed in -dev and will tag a new alpha release for this too.
Comment #3
TimAlsop commentedI downloaded latest -dev release and this fix is not included. Is the new dev release on the ftp server ?
Comment #4
kostajh commentedHere's the commit: http://drupalcode.org/project/salesforce.git/commit/14b277f. Try cloning the project with Git or download 6.x-2.0-alpha6.
Comment #5
TimAlsop commentedWhen I visit /admin/reports/updates/list it tells me there is a new -dev release. I click download, I install it and the fix described in this issue is not applied.