Ticket #303 (closed defect: fixed)
/include/value[@overwrite] does not default to true
| Reported by: | DanWilson | Owned by: | somebody |
|---|---|---|---|
| Priority: | high | Milestone: | 3.0 |
| Version: | Severity: | blocker | |
| Keywords: | Cc: |
Description
The modelglue documentation states the default value for the overwrite attribute of /include/value tag is true. Testing proves that it is not so.
The default behaviour is overwrite=false.
The problem seems to be on line 145 of /Core/XMLModelGlueLoader.cfc
<cfparam name="configXml.views.xmlChildren[i].xmlChildren[j].xmlAttributes.overwrite" default="false">
Should be
<cfparam name="configXml.views.xmlChildren[i].xmlChildren[j].xmlAttributes.overwrite" default="true">
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)