Hello, great module.
I found an issue trying to enable the module on D7 with PostgreSQL. Te problem is that the word "end" used as column name in the table webform_scheduler is a reserved word in PostgreSQL so the module cannot be enable.

I changed the names to "begin_date" and "end_date" and made some minor changes to the code (on load/save data to DB) to get it working.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mscalone’s picture

mscalone’s picture

Title: Module Instalation error when on PostgreSQL » Module Installation error when on PostgreSQL
Issue summary: View changes
mscalone’s picture

Issue summary: View changes

  • Commit 930fc25 on 7.x-1.x authored by mscalone, committed by dwieeb:
    Issue #2236295 by mscalone: Module Installation error when on PostgreSQL
    
dwieeb’s picture

Status: Needs review » Fixed

Thanks for the patch! I applied it and made beta8 for download now.

mscalone’s picture

you are welcome!

After made the patch I thought it would be nice to add one more feature: the possibility to add some text message to the webform after closed. Maybe add another option to the "Access restriction method" configuration, something like "Allow access to the page, hide the webform and show following message" with a textarea to set that text.

Status: Fixed » Closed (fixed)

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