Ticket #2339 (closed defect: invalid)

Opened 9 months ago

Last modified 6 months ago

replace admin from catwalk to rum

Reported by: lszyba1 Assigned to:
Priority: normal Milestone:
Component: TurboGears Version: trunk
Severity: major Keywords:
Cc:

Description

1. Was the issue with changing user password solved in catwalk? 2. When viewing the content of one of the tables the content is not displayed properly. I have 50 records in the table but only first 8 are displayed and rest is cut off.

Can we fix the second one? If the first one is still not fixed can we go with rum as that is working there for quite some time?

Thanks, Lucas

Attachments

type.png (7.7 kB) - added by lszyba1 on 07/29/09 18:19:38.
catwalk incorect primary key
catwalk_to_rum.diff (1.5 kB) - added by lszyba1 on 07/30/09 18:30:23.
Patch to replace catwalk with rum

Change History

07/29/09 18:19:05 changed by lszyba1

  • severity changed from normal to major.

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.

07/29/09 18:19:38 changed by lszyba1

  • attachment type.png added.

catwalk incorect primary key

07/30/09 18:30:23 changed by lszyba1

  • attachment catwalk_to_rum.diff added.

Patch to replace catwalk with rum

08/24/09 17:14:58 changed by percious

I would like to close this ticket. The latest tgext.admin addresses both of these issues. I have no desire to support rum.

09/22/09 19:00:17 changed by Chris Arndt

  • status changed from new to closed.
  • resolution set to invalid.

I agree. Anyway tickets for projects not hosted here should not be reported in this trac.