Closed (fixed)
Project:
Entity Registration
Version:
7.x-2.x-dev
Component:
Registration Core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2016 at 01:03 UTC
Updated:
16 Jun 2018 at 21:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anemirovsky commentedThis patch saves the held_expire and held_expire_state values, which corrects this problem.
Comment #3
rwilson0429 commentedPatch in #2 works. In my case, when editing a Registration Type, the "Use a token to set the Open Date" and "Use a token to set the Open Date" were not saving as well. This patch fixed that.
However, unchecking the check boxes alone did not do it. I had to remove the tokens completely from the open and close date fields for this work.
Thanks for the patch.
Comment #4
mpoloskey commentedPatch #2 works,
Comment #5
ph7 commentedWhen will this patch be committed?
Comment #6
fonant commentedMight be nicer to have these two items as additional fields in the registration_type table? Would need a hook_update_N() to add them.
Comment #7
gcbCommitted with minor modification to include any future data elements automatically. Thanks for the patch!