#2339: replace admin from catwalk to rum
------------------------+---------------------------------------------------
Reporter: lszyba1 | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: TurboGears | Version: trunk
Severity: major | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by lszyba1):
* severity: normal => major
Comment:
Next problem.
The tables have incorrect primary key.
When creating a table
{{{
class Enum(DeclarativeBase):
__tablename__ = 'enum'
#{ Columns
type = Column(Unicode(), nullable=False,primary_key=True)
name = Column(Unicode(), nullable=False,primary_key=True)
value = Column(Unicode(), nullable=True)
}}}
When adding a first record field type is "blacked out" and you cannot
enter a value.
Rum admin does it properly.
4. After adding records to table catwalk gives error. "sorry an error
occured" while rum displays the records properly.
--
Ticket URL: <http://trac.turbogears.org/ticket/2339#comment:1>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---