Ticket #121 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

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

Changed 12 months ago by erwin

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.