<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,13 @@ Given /^I am interested in a proposal for a &quot;([^\&quot;]*)&quot; event$/ do |kind|
     when &quot;closed&quot; then 1975
     else raise ArgumentError, &quot;Unknown event_id: #{kind}&quot;
     end
+
+  # Set flags on event to prevent redirections
   @event = Event.find(event_id)
+  @event.proposal_status_published = false
+  @event.schedule_published = false
+  @event.save!
+
   @proposal = @event.proposals.first
 end
 </diff>
      <filename>features/step_definitions/comment_new_steps.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>97aed14c1a8a3129a3bde8fd1317377d077ed0a6</id>
    </parent>
  </parents>
  <author>
    <name>Igal Koshevoy</name>
    <email>igal@pragmaticraft.com</email>
  </author>
  <url>http://github.com/igal/openconferenceware/commit/6762d053a010ec0cb9c4318ac0fadef8f69ee9d4</url>
  <id>6762d053a010ec0cb9c4318ac0fadef8f69ee9d4</id>
  <committed-date>2009-06-04T05:02:51-07:00</committed-date>
  <authored-date>2009-06-04T05:02:51-07:00</authored-date>
  <message>Fixed comment_new_steps for cucumber, updated logic to avoid the session/proposal redirects.</message>
  <tree>f1fd4aa745624087fef9d1824b5ade52fe58908b</tree>
  <committer>
    <name>Igal Koshevoy</name>
    <email>igal@pragmaticraft.com</email>
  </committer>
</commit>
