#378: table.attribute assignments not working in models
---------------------+-----------------
Reporter: olemis | Owner:
Type: defect | Status: new
Priority: major | Version: 0.4.0
Resolution: |
---------------------+-----------------
In the process of [ticket:355 translating Trac test cases] I also noticed
that `table.attribute` assignments are not actually working in
`bhdashboard.model.ModelBase` and all other model subclasses .
Nevertheless , in code I found
{{{
#!py
def __setattr__(self, name, value):
"""Overridden to allow table.field = value style field setting."""
# ------8<------ Code omitted ------8<------
}}}
... spawn from comment:20:ticket:355
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/378>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker