# HG changeset patch # User Sylvain Thénault # Date 1246523174 -7200 # Node ID d2052c3ccac75dff208bf2a089f24fbc6f61660e # Parent 45d670c00fe1409d4d2f3612f878395976e09b7c won't get anything useful like this (currently, list of constraint's eids), should use a custom table view (later...) diff -r 45d670c00fe1 -r d2052c3ccac7 web/views/schema.py --- a/web/views/schema.py Thu Jul 02 10:21:00 2009 +0200 +++ b/web/views/schema.py Thu Jul 02 10:26:14 2009 +0200 @@ -82,11 +82,10 @@ def cell_call(self, row, col): entity = self.entity(row, col) self.w(u'

%s

' % _('Attributes')) - rset = self.req.execute('Any N,F,D,GROUP_CONCAT(C),I,J,DE,A ' - 'GROUPBY N,F,D,AA,A,I,J,DE ' + rset = self.req.execute('Any N,F,D,I,J,DE,A ' 'ORDERBY AA WHERE A is CWAttribute, ' 'A ordernum AA, A defaultval D, ' - 'A constrained_by C?, A description DE, ' + 'A description DE, ' 'A fulltextindexed I, A internationalizable J, ' 'A relation_type R, R name N, ' 'A to_entity O, O name F, '