mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add missing argument
In version/object_desc_and_link line 108, the fourth argument was missing that is added in this commit. Closes https://github.com/opensuse/osem/issues/1689
This commit is contained in:
parent
cb20dca10a
commit
cceb11c73a
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@
|
|||
= 'booth'
|
||||
- booth = current_or_last_object_state(version.item_type, version.item_id)
|
||||
= link_if_alive version, booth.title,
|
||||
admin_conference_booth_path(conference_id: Conference.find(version.conference_id).short_title, id: version.item_id )
|
||||
admin_conference_booth_path(conference_id: Conference.find(version.conference_id).short_title, id: version.item_id ),
|
||||
conference
|
||||
|
||||
- when 'Program'
|
||||
= link_if_alive version, 'program',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue