|
|
|
@ -165,7 +165,8 @@ class Initialization (IOConfig):
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# updating the configuratioin
|
|
|
|
# updating the configuratioin
|
|
|
|
_iconURI = '/'.join(["",_parentContext,self._caller.get('system.icon')])
|
|
|
|
_iconURI = '/'.join(["",_parentContext,self._caller.get('system.icon')])
|
|
|
|
|
|
|
|
if _iconURI.startswith("//") :
|
|
|
|
|
|
|
|
_iconURI = _iconURI[1:]
|
|
|
|
if self._caller.get('system.context') != '':
|
|
|
|
if self._caller.get('system.context') != '':
|
|
|
|
_parentContext = "/"+_parentContext
|
|
|
|
_parentContext = "/"+_parentContext
|
|
|
|
_context = "/"+_context
|
|
|
|
_context = "/"+_context
|
|
|
|
|