Ticket #121 (closed defect: fixed)
duplicate setting in initial.sql
| Reported by: | johan | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | dalicms-admin | Version: | 1.0 |
| Keywords: | Cc: |
Description
Setting with ID 27 is created twice (see resource/database/initial.sql):
INSERT INTO SETTING VALUES (27, '${appserver.dir}/${project.name}/dalicms_war/mailtemplates', NULL, 'mailtemplate.deploydir', 100); INSERT INTO SETTING VALUES (28, '${project.name}/public/', NULL, 'template.prefix', 1); INSERT INTO SETTING VALUES (27, '/public/', NULL, 'template.contextlocalprefix', 1);
Change History
Note: See
TracTickets for help on using
tickets.