Skip to content

Commit

Permalink
make proposal migration not to update the session name which is auto …
Browse files Browse the repository at this point in the history
…generation now
  • Loading branch information
ij committed Sep 12, 2014
1 parent 6ec3856 commit bf29c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sf/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def proposal_attrs
sf_event = Sf::RegEvent.find_by_code(self.proposal.meeting_config.event_code)
attrs = {}
attrs['event__c'] = sf_event.Id
attrs['Name'] = self.proposal.session_title[0..79]
#attrs['Name'] = self.proposal.session_title[0..79]
attrs['title__c'] = self.proposal.session_title
attrs['abstract__c'] = self.proposal.abstract
attrs['cms_proposal_id__c'] = self.proposal.id
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.13"
VERSION = "0.1.14"
end

0 comments on commit bf29c53

Please sign in to comment.