Commit 82ed0709 authored by Paul Graydon's avatar Paul Graydon

wendelin_telecom_configurator: Set portal title

parent 310ab59c
Pipeline #39889 running with stage
in 0 seconds
from erp5.component.module.Log import log
portal = context.getPortalObject()
portal.setTitle("Wendelin Telecom")
default_site_preference = getattr(portal.portal_preferences, 'default_site_preference', None)
if default_site_preference is not None:
if default_site_preference.getPreferenceState() == "disabled":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment