touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #56118
[Bug 1422904] Re: Autopilot returns the wrong custom proxy object when a previous one was registered with the same name
As a workaround, one of the classes can be renamed. But we need a better
solution for this. Maybe allowing a list of classes, instead of a single
item as the dictionary value.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to autopilot in Ubuntu.
https://bugs.launchpad.net/bugs/1422904
Title:
Autopilot returns the wrong custom proxy object when a previous one
was registered with the same name
Status in autopilot package in Ubuntu:
New
Bug description:
We are hitting this issue on the sanity test, where we have two
different custom proxy objects named LanguagePage. One is from system
settings and the other is from unity.
So the object registry will have:
'LanguagePage': <class 'ubuntu_system_settings.LanguagePage'>
When we try to select the language page from unity, it is nowhere on
the registry so it will return a generic custom proxy object, instead
of the custom one.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopilot/+bug/1422904/+subscriptions
References