Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cfp create and error display #94

Closed
wants to merge 4 commits into from

Conversation

differentreality
Copy link
Contributor

Also closes #69

@conference.short_title),
notice: 'Call for Papers was successfully updated.')
else
flash.now[:error] = 'Call for Papers update failed. ' + @cfp.errors.full_messages.map {|e| e.humanize + "."}.join(" ")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [124/80]
Space between { and | missing.
Space missing inside }.
Prefer single-quoted strings when you don't need string interpolation or special symbols.

notice: 'Call for Papers was successfully updated.')
else
flash.now[:error] = 'Call for Papers update failed. ' +
@cfp.errors.full_messages.map { |e| e.humanize + '.' }.join(' ')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [84/80]
Tab detected.

id: @conference.short_title),
error: 'Call for Papers failed.')
flash.now[:error] = 'Call for Papers creation failed. ' +
@cfp.errors.full_messages.map { |e| e.humanize + '.' }.join(' ')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [87/80]

@hennevogel
Copy link
Member

Please rebase

@hennevogel
Copy link
Member

This is done differently in pull #117 now

@hennevogel hennevogel closed this May 13, 2014
cycomachead added a commit to cycomachead/osem that referenced this pull request Mar 10, 2022
…ild-on-travis-🍊🍊

Why the heck cant i build on travis 🍊🍊
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CallForPapers should have validation on description
3 participants