Actions
Bug #5083
closedWire is not reset in State encoding after content is added
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Nothing is affected as we do not have state as a class member.
Instead we construct state, add elements, and then do the wireEncode once.
But if we were to add elements after wireEncode has been called once, then wire does not change.
Actions