Ticket #73 (closed defect: fixed)

Opened 20 years ago

Last modified 19 years ago

config\scaffolds\ dir created in wrong location

Reported by: anonymous Owned by: somebody
Priority: normal Milestone:
Version: Severity: normal
Keywords: Cc:

Description

When using an applciation written for Model-Glue 1

All MG dirs (config,controller,model,views) are placed in one directory, that is set in the index.cfm:

<cfset ModelGlue?_CONFIG_PATH = expandPath(".") & "/secure/config/ModelGlue.xml.cfm"

When I run this application in MG Unity it creates new "config/scaffolds/" folders in the MG application's directory rather than the "secure/config/" i have defined in the index.cfm

I dont mind if Unity creates a "scaffolds/Scaffolds.xml" file that isnt used by the MG1.0 app, but i'd like it to put it in the config dir that I had set.

Change History

Changed 20 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to fixed

(In [196]) Fixes #73

Note: See TracTickets for help on using tickets.