Ticket #13732 (new Bug)
Opened 3 years ago
plone.app.controlpanel: Check mark_special_links property type
Reported by: | alepisa | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | Cc: |
Description
In the file:
I think that the line:
self.props.manage_addProperty('mark_special_links', mark_special_links, 'string')
should be:
self.props.manage_addProperty('mark_special_links', mark_special_links, 'boolean')
This does not seem to be harmful or urgent (The property should be there). It is just a reminder.
Note: See
TracTickets for help on using
tickets.