Skip to content

Commit

Permalink
FC-3054: Extended types bArchive flag set to false
Browse files Browse the repository at this point in the history
Extended types in system folder have bArchive flag incorrectly set to false as default
  • Loading branch information
modius committed Dec 2, 2015
1 parent bbe14fe commit 1186938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fourq/fourq.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ So in the case of a database called 'fourq' - the correct application.dbowner va
<cfparam name="stReturnMetadata.bUseInTree" default="false" />
<cfparam name="stReturnMetadata.bWorkflow" default="false" />

<cfif refindnocase("\.types\.",stReturnMetadata.fullname)>
<cfif refindnocase("\.(types|system)\.",stReturnMetadata.fullname)>
<cfparam name="stReturnMetadata.bArchive" default="#not stReturnMetadata.bSystem#" />
<cfelse>
<cfparam name="stReturnMetadata.bArchive" default="false" />
Expand Down

0 comments on commit 1186938

Please sign in to comment.