Community
Participate
Working Groups
See bug 340791. When we try and set IU profile properties and don't specify a version, the code needs a copy of the IU object so we do a query (get back an iterator) and take the first result. But the semantics of a non-version specified install say that we install the latest version. So in the case of the referenced bug, we are installing version 2 but trying to set the property on version 1, which doesn't work.
Created attachment 192980 [details] patch
Created attachment 193074 [details] patch Better patch.
Patch released.