mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Do not double assign attributes
Doing this messed with PictureUploader file names.
This commit is contained in:
parent
3c1435b6af
commit
c6d23e4742
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ module Admin
|
|||
@conference.assign_attributes(conference_params)
|
||||
send_mail_on_conf_update = @conference.notify_on_dates_changed?
|
||||
|
||||
if @conference.update(conference_params)
|
||||
if @conference.save
|
||||
ConferenceDateUpdateMailJob.perform_later(@conference) if send_mail_on_conf_update
|
||||
redirect_to edit_admin_conference_path(id: @conference.short_title),
|
||||
notice: 'Conference was successfully updated.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue