class Decidim::Meetings::Admin::MeetingAgendaItemsForm

def to_param

def to_param
  return id if id.present?
  "meeting-agenda-item-id"
end