Comment 4 for bug 254901

Revision history for this message
Markus Korn (thekorn) wrote :

I attached two branches to implement this workflow:

>>> b.tags.append("foo")
>>> b.lp_save()

This is done in wadllib by implementing a subclass of list with an additional property 'changed' called ChangedList.
This class is used for the 'tags' attribute of the '#bug' namespace

Markus