Ticket #13595 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

edit view of collection portlet says effective date, but shown is last modified date

Reported by: juh Owned by:
Priority: minor Milestone: 4.x
Component: General Version: 4.3
Keywords: Cc:

Description

in the edit form of the collection portlet, the string says that show_dates would display the effective date. But the last modified date is displayed in the collection portlet.

show_dates = schema.Bool(
        title=_(u"Show dates"),
        description=_(u"If enabled, effective dates will be shown underneath "
                      u"the items listed."),
        required=True,
        default=False)

Change History

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to General
Note: See TracTickets for help on using tickets.