Hi,
I pray this not by design. If I add a date without checking the repeat box,
It prevents the node creation process and puts a lot of strain on the server.
Why can't it just work like the regular repeat mechanism that does not require
you to add a repeat in order to save a node?

Not every time add date do I need to repeat.

Big thanks
BM

CommentFileSizeAuthor
#5 repeat.gif6.09 KBBManuel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arcaneadam’s picture

Component: User interface » Code
Assigned: Unassigned » arcaneadam

Hmm, That is definitely a critical bug. I noticed that yesterday and am not sure what is making that happen as it worked fine in the last release, but I should have a fix today.

BManuel’s picture

Thanks.
Yes it worked well in the last release
BM

arcaneadam’s picture

Status: Active » Fixed

I just pushed a fix and it should be working now in version 6.x-1.3. Please test and verify on your end though.

BManuel’s picture

Works for me. Thanks buddy

BManuel’s picture

Status: Fixed » Active
FileSize
6.09 KB

Does not work on IE 7 and 8. it also disables the date popup of the date fields.
On IE 7, the whole repeat attributes are displayed on the node edit page
and on IE it just kills the date popup function.
On both accounts it also kills the server and node cannot be added.
But it works fine for IE 9.
Also get this message from console
"SCRIPT445: Object doesn't support this action
simple_date_repeat_ui.js?Q, line 105 character 3 "
Hope this helps.
Attaching a screen shot too

MasterChief’s picture

I am confirming the problem,

i tried to not check repeat box in a node and i can't save the node. I have the error message below:

The UNTIL value is required for repeating dates

I tried only on firefox 5.

arcaneadam’s picture

Version: 6.x-1.2 » 6.x-1.3

I need to know if there are JS errors that you are getting. I imagine that #6's problem was because you clicked the checkbox then unchecked it, causing the form elements to be reinserted bak into the form, but if the check box isn't selected then this should be overridden. So it makes me thing there are some JS errors you're getting. Please confirm that your JS is the latest version and weather or not there are any errors.

BManuel’s picture

No I am not getting any particular JS errors.
I am no expert so please do your own checks, but with
the armature knowledge I have, my debugging showed nothing.
Thanks
BM

BManuel’s picture

@arcaneadam any luck with the fix for IE7/8
Thanks