You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2013/02/09 07:14:54 UTC

[Apache Bloodhound] #378: table.attribute assignments not working in models

#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

Re: [Apache Bloodhound] #378: table.attribute assignments not working in models

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#378: table.attribute assignments not working in models
------------------------+-------------------------------
  Reporter:  olemis     |      Owner:  gjm
      Type:  defect     |     Status:  closed
  Priority:  critical   |  Milestone:  Release 5
 Component:  dashboard  |    Version:  0.4.0
Resolution:  fixed      |   Keywords:  model database db
------------------------+-------------------------------
Changes (by gjm):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 r1445549 adds test for table.field = value updates

 r1445551 changes to using the correct keys for the data and fields
 attributes

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/378#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #378: table.attribute assignments not working in models

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#378: table.attribute assignments not working in models
------------------------+-------------------------------
  Reporter:  olemis     |      Owner:  gjm
      Type:  defect     |     Status:  needinfo(new)
  Priority:  critical   |  Milestone:  Release 5
 Component:  dashboard  |    Version:  0.4.0
Resolution:             |   Keywords:  model database db
------------------------+-------------------------------
Changes (by olemis):

 * status:  new => needinfo(new)
 * component:   => dashboard
 * priority:  major => critical
 * keywords:   => model database db
 * milestone:   => Release 5
 * owner:   => gjm


Comment:

 scheduling for next milestone

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/378#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #378: table.attribute assignments not working in models

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#378: table.attribute assignments not working in models
------------------------+-------------------------------
  Reporter:  olemis     |      Owner:
      Type:  defect     |     Status:  new
  Priority:  critical   |  Milestone:  Release 5
 Component:  dashboard  |    Version:  0.4.0
Resolution:             |   Keywords:  model database db
------------------------+-------------------------------
Changes (by gjm):

 * status:  needinfo(new) => new
 * owner:  gjm =>


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/378#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #378: table.attribute assignments not working in models

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#378: table.attribute assignments not working in models
------------------------+-------------------------------
  Reporter:  olemis     |      Owner:  gjm
      Type:  defect     |     Status:  accepted
  Priority:  critical   |  Milestone:  Release 5
 Component:  dashboard  |    Version:  0.4.0
Resolution:             |   Keywords:  model database db
------------------------+-------------------------------
Changes (by gjm):

 * status:  new => accepted
 * owner:   => gjm


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/378#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker