Opened 9 years ago
Last modified 9 years ago
#856 closed enhancement (fixed)
Chapter (number) is required in the book section
| Reported by: | codec | Owned by: | dstillman |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5 Beta 1 |
| Component: | data layer | Version: | 1.5 |
| Keywords: | Cc: |
Description
The new chapter-number CSL field. I think it needs to be added to the book section, and probably the book template.
something like
INSERT INTO fields VALUES (117,'chapter',NULL);
and
INSERT INTO itemTypeFields VALUES (3, 117, NULL, 23);
also
itemFields.chapter = Chapter No.
Change History (2)
comment:1 Changed 9 years ago by codec
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by dstillman
- Component changed from repository to data layer
- Milestone set to 1.5 Alpha 1
- Resolution fixed deleted
- Status changed from closed to reopened
- Version changed from 1.0 to 1.5
Note: See
TracTickets for help on using
tickets.
(In [2001]) fixes #859 - Mappings required for legal cases
closes #856 - Chapter (number) is required in the book section
Plus two tiny fixes for strict javascript correctness