Code review comment for lp:~salgado/lazr.restful/extension-interfaces

Revision history for this message
Guilherme Salgado (salgado) wrote :

http://paste.ubuntu.com/473132/ fixes the bug in EntryResource.redacted_fields. It basically stores, as a class variable in the generated adapter, a dict mapping every field of that adapter to the interface where that field came from. That way we can make redacted_fields use the checker for the correct interface for every field.

« Back to merge proposal