Ticket #1670 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Event status display bugs

Reported by: lregebro Assigned to: lregebro
Priority: P2 Milestone: CPS 3.4.2
Component: CalZope Version: 3.4.1
Severity: normal Keywords:
Cc:

Description

Reported by Mika Myller <mika.myller@uiah.fi>

CalZope?/browser/event.pt:

line 218: needsaction python: statuslist and status == 'needs-action';"

Should it be: line 218: needsaction python: statuslist and status == 'NEEDS-ACTION';"

line 224: tal:attributes="href string:${context/absolute_url}/ attendees.html" line 225: tal:content="status" line 226: />

Should there be: line 225: tal:content="status" i18n:translate="

Change History

06/12/06 19:58:26 changed by lregebro

  • status changed from new to closed.
  • resolution set to fixed.

Solved in [46421].