Auto check the update child events in recurring

  • teddirez
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
5 years 9 months ago #114833 by teddirez
If like me, you've updated the parent event only to forget to check the update child events a bunch of times, you can change line 137 on view/event/tmpl/form_recurring settings.php from
Code:
<input type="checkbox" name="update_children_event" value="1" class="inputbox" />
to
Code:
<input type="checkbox" name="update_children_event" value="1" class="inputbox" checked />

hope this helps B)

Please Log in or Create an account to join the conversation.