Ticket #5174 (closed Bug: fixed)
prefs_mailhost_form looks up "smtp_server" in strange locatiom
| Reported by: | sirgarr | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.1.3 |
| Component: | Infrastructure | Keywords: | |
| Cc: |
Description
The prefs_mailhost_form template looks up "here/portal_properties/site_properties/smtp_server", when really "smtp_server" is a method of the properties tool.
Should this be "here/portal_properties/smtp_server" for clarity sake?
(And how come it's not just "here/MailHost/smtp_host"?)
Peace, George
Change History
Note: See
TracTickets for help on using
tickets.

(In [9007]) prefs_mailhost_form looked up "smtp_server" in a strange location. Removed some backwards compatibility code from PropertiesTool as well. Fixes #5174.