Trellis Learning Management System


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000263 [Trellis] Trellis Core/Base System minor have not tried 2010-06-23 11:42 2010-06-23 14:55
Reporter james View Status public  
Assigned To ryanhorn
Priority normal Resolution open  
Status assigned   Product Version 0.5.2
Summary 0000263: database schema for documents table is incorrect
Description The database schema for the documents table has a minor error in it which will prevent the table from being created by the system when adding a new client.

Additional Information In TrellisDatabaseSchema.php:
$this->client_schema['documents']['indexes']['nonunique']['document_category'] = 'document_category';

should be:
$this->client_schema['documents']['indexes']['nonunique']['document_category_id'] = 'document_category_id';
Tags No tags attached.
Error Code
URI
Attached Files

- Relationships

-  Notes
User avatar (0001121)
ryanhorn (developer)
2010-06-23 14:03

Reminder sent to: james

Change was made in the schema file. Please confirm.
User avatar (0001123)
vcs (reporter)
2010-06-23 14:53

issue 0000263
Fixed database schema for documents table


Repository: /var/svn/trellis-dev, Revision: 8875, Committer: ryan
User avatar (0001124)
vcs (reporter)
2010-06-23 14:53

issue 0000263
Fixed database schema for documents table


Repository: /var/svn/trellis-dev, Revision: 8876, Committer: ryan
User avatar (0001125)
ryanhorn (developer)
2010-06-23 14:55

Reminder sent to: james

Changes have been committed to https://kiwi.learning.net/svnrepos/terllis-dev [^] (trunk and branches/0.6)

- Issue History
Date Modified Username Field Change
2010-06-23 11:42 james New Issue
2010-06-23 11:42 james Status new => confirmed
2010-06-23 11:43 james Status confirmed => assigned
2010-06-23 11:43 james Assigned To => ryanhorn
2010-06-23 14:03 ryanhorn Note Added: 0001121
2010-06-23 14:53 vcs Checkin
2010-06-23 14:53 vcs Note Added: 0001123
2010-06-23 14:53 vcs Checkin
2010-06-23 14:53 vcs Note Added: 0001124
2010-06-23 14:55 ryanhorn Note Added: 0001125



Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker